Class SimpleProviderBase
Provides a basic implementation of data driven provider.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public abstract class SimpleProviderBase : Object, IRawElementProviderSimple
Constructors
SimpleProviderBase()
Declaration
protected SimpleProviderBase()
Properties
HostRawElementProvider
Tells UI Automation that this control is hosted in an HWND, which has its own provider.
Declaration
public virtual IRawElementProviderSimple HostRawElementProvider { get; }
Property Value
System.Windows.Automation.Provider.IRawElementProviderSimple
|
ProviderOptions
Retrieves provider options.
Declaration
public ProviderOptions ProviderOptions { get; }
Property Value
System.Windows.Automation.Provider.ProviderOptions
|
Methods
GetName()
When overridden gets the display name of the associated item.
Declaration
protected virtual string GetName()
Returns
System.String
The name of the item. |
GetPatternProvider(Int32)
Returns the object that supports the specified pattern.
Declaration
public virtual object GetPatternProvider(int patternId)
Parameters
System.Int32
patternId
ID of the pattern. |
Returns
System.Object
Object that implements IInvokeProvider. |
GetPropertyValue(Int32)
Returns property values.
Declaration
public object GetPropertyValue(int propertyId)
Parameters
System.Int32
propertyId
Property identifier. |
Returns
System.Object
Property value. |