IRawElementProviderHwndOverride Interface

Definition

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

C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1d5df27c-8947-4425-b8d9-79787bb460b8")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRawElementProviderHwndOverride : System.Windows.Automation.Provider.IRawElementProviderSimple
C#
public interface IRawElementProviderHwndOverride : System.Windows.Automation.Provider.IRawElementProviderSimple
Attributes
Implements

Properties

HostRawElementProvider

Gets a base provider for this element.

(Inherited from IRawElementProviderSimple)
ProviderOptions

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)

Methods

GetOverrideProviderForHwnd(IntPtr)

Retrieves a UI automation provider for the specified element.

GetPatternProvider(Int32)

Retrieves an object that provides support for a control pattern on a UI Automation element.

(Inherited from IRawElementProviderSimple)
GetPropertyValue(Int32)

Retrieves the value of a property supported by the UI Automation provider.

(Inherited from IRawElementProviderSimple)

Applies to

產品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also