CoreAutomationRemoteOperation.ImportTextRange 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可讓您在遠端作業虛擬機器的內容中參考現有的文字範圍。
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 自動化文字範圍。
備註
請勿嘗試將屬於不同進程的物件匯入相同的遠端作業。 遠端作業會系結至單一進程。