Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IRawElementProviderHwndOverride Interface

Definition

Namespace:
System.Windows.Automation.Provider
Assembly:
UIAutomationProvider.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public interface class IRawElementProviderHwndOverride : System::Windows::Automation::Provider::IRawElementProviderSimple
[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
public interface IRawElementProviderHwndOverride : System.Windows.Automation.Provider.IRawElementProviderSimple
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("1d5df27c-8947-4425-b8d9-79787bb460b8")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRawElementProviderHwndOverride = interface
 interface IRawElementProviderSimple
type IRawElementProviderHwndOverride = interface
 interface IRawElementProviderSimple
Public Interface IRawElementProviderHwndOverride
Implements IRawElementProviderSimple
Attributes
Implements

Properties

Name Description
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

Name Description
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

See also


Feedback

Was this page helpful?