ICoreAutomationRemoteOperationExtensionProvider.IsExtensionSupported Method
Definition
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.
Implemented by a UIA provider to retrieve a value that indicates whether a pattern extension is supported by a UI Automation provider.
public:
bool IsExtensionSupported(Platform::Guid extensionId);
bool IsExtensionSupported(winrt::guid const& extensionId);
public bool IsExtensionSupported(Guid extensionId);
function isExtensionSupported(extensionId)
Public Function IsExtensionSupported (extensionId As Guid) As Boolean
Parameters
- extensionId
-
Guid
Platform::Guid
winrt::guid
The unique identifier of the extension.
Returns
bool
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[])].