共用方式為


ICoreAutomationRemoteOperationExtensionProvider.CallExtension 方法

定義

由使用者介面自動化 (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

擴充功能的唯一識別碼。

context
CoreAutomationRemoteOperationContext

UIA 提供者延伸模組的執行內容。

operandIds
AutomationRemoteOperationOperandId[]

擴充功能所需的運算元。

備註

呼叫此方法之前,請確認 IsExtensionSupported (System.Guid) 支援擴充功能。

適用於