Version

FragmentUIAProviderProxy Class Members

The following tables list the members exposed by FragmentUIAProviderProxy.

Public Constructors
 NameDescription
Public ConstructorFragmentUIAProviderProxy ConstructorInitializes a new FragmentUIAProviderProxy  
Public Properties
 NameDescription
Public PropertyBoundingRectangleGets the bounding rectangle of this element.  
Public PropertyFragmentRootRetrieves the root node of the fragment.  
Public PropertyHostRawElementProviderGets a base provider for this element.  
Public PropertyIsDelegatingProviderIndicates if the provider is a delegating provider where property and method calls are delegated to the appropriate parent or child provider.  
Public PropertyProviderOptionsGets a value that specifies characteristics of the UI Automation provider; for example, whether it is a client-side or server-side provider.  
Protected Properties
 NameDescription
Protected PropertyInvokeRequiredReturns true if an Invoke is required on the marshalling control.  
Public Methods
 NameDescription
Public MethodGetEmbeddedFragmentRootsRetrieves an array of fragment roots that are embedded in the UI Automation element tree rooted at the current element.  
Public MethodGetPatternProviderRetrieves an object that provides support for a control pattern on a UI Automation element.  
Public MethodGetPropertyValueRetrieves the value of a property supported by the UI Automation provider.  
Public MethodGetRuntimeIdRetrieves the runtime identifier of an element.  
Public MethodNavigateRetrieves the UI Automation element in a specified direction within the tree.  
Public MethodSetFocusSets the focus to this element.  
Protected Methods
 NameDescription
Protected MethodInvokeOverloaded. Invokes a method on the UI thread using the marshalling control.  
See Also