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.

IRawElementProviderHwndOverride Interface

 

Exposes a method that enables repositioning of window-based elements within the UI Automation tree of the fragment.

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

<ComVisibleAttribute(True)>
<GuidAttribute("1d5df27c-8947-4425-b8d9-79787bb460b8")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IRawElementProviderHwndOverride
	Inherits IRawElementProviderSimple

NameDescription
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_pubmethodGetOverrideProviderForHwnd(IntPtr)

Retrieves a UI automation provider for the specified element.

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.)

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