다음을 통해 공유


CoreAutomationRemoteOperation.ImportTextRange 메서드

정의

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

public:
 virtual void ImportTextRange(AutomationRemoteOperationOperandId operandId, AutomationTextRange ^ textRange) = ImportTextRange;
void ImportTextRange(AutomationRemoteOperationOperandId const& operandId, AutomationTextRange const& textRange);
public void ImportTextRange(AutomationRemoteOperationOperandId operandId, AutomationTextRange textRange);
function importTextRange(operandId, textRange)
Public Sub ImportTextRange (operandId As AutomationRemoteOperationOperandId, textRange As AutomationTextRange)

매개 변수

operandId
AutomationRemoteOperationOperandId

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

textRange
AutomationTextRange

원격 작업에서 사용할 UI 자동화 텍스트 범위입니다.

설명

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

적용 대상