共用方式為


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

要用於遠端作業的運算元識別碼。

textRange
AutomationTextRange

要用於遠端作業的 UI 自動化文字範圍。

備註

請勿嘗試將屬於不同進程的物件匯入相同的遠端作業。 遠端作業會系結至單一進程。

適用於