IRawElementProviderFragmentRoot interface
Exposes methods and properties on the root element in a fragment.
Members
The IRawElementProviderFragmentRoot interface inherits from the IUnknown interface. IRawElementProviderFragmentRoot also has these types of members:
Methods
The IRawElementProviderFragmentRoot interface has these methods.
| Method | Description |
|---|---|
| ElementProviderFromPoint |
Retrieves the provider of the element that is at the specified point in this fragment. |
| GetFocus |
Retrieves the element in this fragment that has the input focus. |
Remarks
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.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IRawElementProviderFragmentRoot is defined as 620ce2a5-ab8f-40a9-86cb-de3c75599b58 |
See also