共用方式為


CoreAutomationRemoteOperation.ImportElement 方法

定義

可讓您在遠端作業虛擬機器的內容中參考現有的使用者介面自動化專案。

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

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

element
AutomationElement

要用於遠端作業的 UI Automation 元素。

備註

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

適用於