ICoreAutomationRemoteOperationExtensionProvider.CallExtension 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
由使用者介面自動化 (UIA) 提供者實作,通知遠端作業使用者此方法支援的擴充功能識別碼。
public:
void CallExtension(Platform::Guid extensionId, CoreAutomationRemoteOperationContext ^ context, Platform::Array <AutomationRemoteOperationOperandId> ^ operandIds);
void CallExtension(winrt::guid const& extensionId, CoreAutomationRemoteOperationContext const& context, winrt::array_view <AutomationRemoteOperationOperandId> const& operandIds);
public void CallExtension(Guid extensionId, CoreAutomationRemoteOperationContext context, AutomationRemoteOperationOperandId[] operandIds);
function callExtension(extensionId, context, operandIds)
Public Sub CallExtension (extensionId As Guid, context As CoreAutomationRemoteOperationContext, operandIds As AutomationRemoteOperationOperandId())
參數
- extensionId
-
Guid
Platform::Guid
winrt::guid
擴充功能的唯一識別碼。
UIA 提供者延伸模組的執行內容。
- operandIds
- AutomationRemoteOperationOperandId[]
擴充功能所需的運算元。
備註
呼叫此方法之前,請確認 IsExtensionSupported (System.Guid) 支援擴充功能。