IInvokeProvider interface
Provides access to controls that initiate or perform a single, unambiguous action and do not maintain state when activated.
Members
The IInvokeProvider interface inherits from the IUnknown interface. IInvokeProvider also has these types of members:
Methods
The IInvokeProvider interface has these methods.
| Method | Description |
|---|---|
| Invoke |
Sends a request to activate a control and initiate its single, unambiguous action. |
Remarks
Implemented on a Microsoft UI Automation provider that must support the Invoke control pattern.
Controls implement IInvokeProvider if the same behavior is not exposed through another control pattern provider. For example, if the Invoke method of a control performs the same action as the IExpandCollapseProvider::Expand or Collapse method, the control should not also implement IInvokeProvider.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IInvokeProvider is defined as 54fcb24b-e18e-47a2-b4d3-eccbe77599a2 |
See also