다음을 통해 공유


ICoreAutomationRemoteOperationExtensionProvider.CallExtension 메서드

정의

이 메서드가 지원하는 확장 ID를 원격 작업 사용자에게 알리기 위해 UIA(UI 자동화) 공급자에 의해 구현됩니다.

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)에서 확장이 지원되고 있는지 확인합니다.

적용 대상