Share via


ICoreAutomationRemoteOperationExtensionProvider.IsExtensionSupported Method

Definition

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

Boolean

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[])].

Applies to