Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 940 Bytes

icoreautomationremoteoperationextensionprovider_isextensionsupported_942618684.md

File metadata and controls

32 lines (19 loc) · 940 Bytes
-api-id -api-type
M:Windows.UI.UIAutomation.Core.ICoreAutomationRemoteOperationExtensionProvider.IsExtensionSupported(System.Guid)
winrt method

Windows.UI.UIAutomation.Core.ICoreAutomationRemoteOperationExtensionProvider.IsExtensionSupported(System.Guid)

-description

Implemented by a UIA provider to retrieve a value that indicates whether a pattern extension is supported by a UI Automation provider.

-parameters

-param extensionId

The unique identifier of the extension.

-returns

True, if the extension is supported. Otherwise, false.

-remarks

This property should return true for GUIDs that are supported by the UIA provider's implementation of [CallExtension(System.Guid,Windows.UI.UIAutomation.Core.CoreAutomationRemoteOperationContext,Windows.UI.UIAutomation.Core.AutomationRemoteOperationOperandId[])].

-see-also

-examples