ICoreAutomationRemoteOperationExtensionProvider.IsExtensionSupported 方法

定义

由 UIA 提供程序实现,用于检索指示 UI 自动化提供程序是否支持模式扩展的值。

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

参数

extensionId
Guid

Platform::Guid

winrt::guid

扩展的唯一标识符。

返回

Boolean

bool

如果支持扩展,则为 True。 否则为 false。

注解

对于 UIA 提供程序的 [CallExtension (System.Guid,Windows.UI.UIAutomation.Core.CoreAutomationRemoteOperationContext,Windows.UIAutomation.Core.AutomationRemoteOperationOperationOperandId[]) ] 实现支持的 GUID,此属性应返回 true。

适用于