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.
IRawElementProviderFragment Interface
.NET Framework 3.0
Exposes methods and properties on user interface (UI) elements that are part of a structure more than one level deep, such as a list box or a list item. Implemented by UI Automation providers.
Namespace: System.Windows.Automation.Provider
Assembly: UIAutomationProvider (in uiautomationprovider.dll)
Assembly: UIAutomationProvider (in uiautomationprovider.dll)
'Declaration <GuidAttribute("f7063da8-8359-439c-9297-bbc5299a7d87")> _ <ComVisibleAttribute(True)> _ <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _ Public Interface IRawElementProviderFragment Inherits IRawElementProviderSimple 'Usage Dim instance As IRawElementProviderFragment
/** @attribute GuidAttribute("f7063da8-8359-439c-9297-bbc5299a7d87") */
/** @attribute ComVisibleAttribute(true) */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
public interface IRawElementProviderFragment extends IRawElementProviderSimple
GuidAttribute("f7063da8-8359-439c-9297-bbc5299a7d87") ComVisibleAttribute(true) InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) public interface IRawElementProviderFragment extends IRawElementProviderSimple
Not applicable.
The root node of the fragment must support the IRawElementProviderFragmentRoot interface, which inherits from IRawElementProviderFragment.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
Show: