Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IRawElementProviderFragmentRoot Interface

 

Exposes methods and properties on the root element in a fragment.

Namespace:   System.Windows.Automation.Provider
Assembly:  UIAutomationProvider (in UIAutomationProvider.dll)

<ComVisibleAttribute(True)>
<GuidAttribute("620ce2a5-ab8f-40a9-86cb-de3c75599b58")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IRawElementProviderFragmentRoot
	Inherits IRawElementProviderFragment, IRawElementProviderSimple

NameDescription
System_CAPS_pubpropertyBoundingRectangle

Gets the bounding rectangle of this element.(Inherited from IRawElementProviderFragment.)

System_CAPS_pubpropertyFragmentRoot

Retrieves the root node of the fragment.(Inherited from IRawElementProviderFragment.)

System_CAPS_pubpropertyHostRawElementProvider

Gets a base provider for this element.(Inherited from IRawElementProviderSimple.)

System_CAPS_pubpropertyProviderOptions

Gets a value that specifies characteristics of the UI Automation provider; for example, whether it is a client-side or server-side provider. (Inherited from IRawElementProviderSimple.)

NameDescription
System_CAPS_pubmethodElementProviderFromPoint(Double, Double)

Retrieves the element in this fragment that is at the specified point.

System_CAPS_pubmethodGetEmbeddedFragmentRoots()

Retrieves an array of fragment roots that are embedded in the UI Automation element tree rooted at the current element.(Inherited from IRawElementProviderFragment.)

System_CAPS_pubmethodGetFocus()

Retrieves the element in this fragment that has the input focus.

System_CAPS_pubmethodGetPatternProvider(Int32)

Retrieves an object that provides support for a control pattern on a UI Automation element.(Inherited from IRawElementProviderSimple.)

System_CAPS_pubmethodGetPropertyValue(Int32)

Retrieves the value of a property supported by the UI Automation provider.(Inherited from IRawElementProviderSimple.)

System_CAPS_pubmethodGetRuntimeId()

Retrieves the runtime identifier of an element. (Inherited from IRawElementProviderFragment.)

System_CAPS_pubmethodNavigate(NavigateDirection)

Retrieves the UI Automation element in a specified direction within the tree.(Inherited from IRawElementProviderFragment.)

System_CAPS_pubmethodSetFocus()

Sets the focus to this element. (Inherited from IRawElementProviderFragment.)

This interface is implemented by a root element within a framework; for example, a list box within a window. Other elements in the same fragment, such as list items, implement the IRawElementProviderFragment interface.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft