다음을 통해 공유


CoreAutomationRemoteOperation.ImportElement 메서드

정의

원격 작업 가상 머신의 컨텍스트에서 기존 UI 자동화 요소를 참조하는 기능을 사용하도록 설정합니다.

public:
 virtual void ImportElement(AutomationRemoteOperationOperandId operandId, AutomationElement ^ element) = ImportElement;
void ImportElement(AutomationRemoteOperationOperandId const& operandId, AutomationElement const& element);
public void ImportElement(AutomationRemoteOperationOperandId operandId, AutomationElement element);
function importElement(operandId, element)
Public Sub ImportElement (operandId As AutomationRemoteOperationOperandId, element As AutomationElement)

매개 변수

operandId
AutomationRemoteOperationOperandId

원격 작업에 사용할 피연산자의 ID입니다.

element
AutomationElement

원격 작업에 사용할 UI 자동화 요소입니다.

설명

다른 프로세스에 속하는 개체를 동일한 원격 작업으로 가져오려고 시도하지 마세요. 원격 작업은 단일 프로세스에 바인딩됩니다.

적용 대상