Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.29 KB

icoreautomationremoteoperationextensionprovider_callextension_1656583586.md

File metadata and controls

36 lines (21 loc) · 1.29 KB
-api-id -api-type
M:Windows.UI.UIAutomation.Core.ICoreAutomationRemoteOperationExtensionProvider.CallExtension(System.Guid,Windows.UI.UIAutomation.Core.CoreAutomationRemoteOperationContext,Windows.UI.UIAutomation.Core.AutomationRemoteOperationOperandId[])
winrt method

Windows.UI.UIAutomation.Core.ICoreAutomationRemoteOperationExtensionProvider.CallExtension(System.Guid,Windows.UI.UIAutomation.Core.CoreAutomationRemoteOperationContext,Windows.UI.UIAutomation.Core.AutomationRemoteOperationOperandId[])

-description

Implemented by a UI Automation (UIA) provider to inform the remote operation user which extension IDs this method supports.

-parameters

-param extensionId

The unique identifier of the extension.

-param context

The execution context of the UIA provider extension.

-param operandIds

The operands required by the extension.

-remarks

Before calling this method, confirm that the extension is supported with IsExtensionSupported(System.Guid).

-see-also

-examples