ICoreAutomationRemoteOperationExtensionProvider.IsExtensionSupported 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
由 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.UI.UIAutomation.Core.UIAutomation.Core.AutomationRemoteOperationOperandId[]) 支援的 GUID,此屬性應該會傳回 true。