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.

IRawElementProviderAdviseEvents Interface

 

Exposes methods that are called to notify the root element of a fragment when a UI Automation client application begins or ends listening for events.

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

<ComVisibleAttribute(True)>
<GuidAttribute("a407b27b-0f6d-4427-9292-473c7bf93258")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IRawElementProviderAdviseEvents
	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_pubmethodAdviseEventAdded(Int32, Int32())

Notifies the UI Automation provider when a UI Automation client begins listening for a specific event, including a property-changed event.

System_CAPS_pubmethodAdviseEventRemoved(Int32, Int32())

Notifies the UI Automation provider when a UI Automation client stops listening for a specific event, including a property-changed event.

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