다음을 통해 공유


CoreAutomationRemoteOperation.ImportConnectionBoundObject 메서드

정의

AutomationConnectionBoundObject를 이 원격 작업으로 가져옵니다.

public:
 virtual void ImportConnectionBoundObject(AutomationRemoteOperationOperandId operandId, AutomationConnectionBoundObject ^ connectionBoundObject) = ImportConnectionBoundObject;
void ImportConnectionBoundObject(AutomationRemoteOperationOperandId const& operandId, AutomationConnectionBoundObject const& connectionBoundObject);
public void ImportConnectionBoundObject(AutomationRemoteOperationOperandId operandId, AutomationConnectionBoundObject connectionBoundObject);
function importConnectionBoundObject(operandId, connectionBoundObject)
Public Sub ImportConnectionBoundObject (operandId As AutomationRemoteOperationOperandId, connectionBoundObject As AutomationConnectionBoundObject)

매개 변수

operandId
AutomationRemoteOperationOperandId

CoreAutomationRemoteOperation의 피연산자 레지스터를 참조하는 식별자입니다.

connectionBoundObject
AutomationConnectionBoundObject

연결 바인딩된 개체에 대한 연결 세부 정보입니다.

Windows 요구 사항

디바이스 패밀리
Windows 11 (10.0.22000.0에서 도입되었습니다.)
API contract
Windows.UI.UIAutomation.UIAutomationContract (v2.0에서 도입되었습니다.)

설명

가져오는 개체가 원격 작업과 이미 연결된 연결과 다른 연결에 속하는 경우 잘못된 인수 오류가 발생합니다.

적용 대상