Поделиться через


CoreAutomationRemoteOperation.ImportConnectionBoundObject Метод

Определение

Импортирует AutomationConnectionBoundObject в эту удаленную операцию.

public:
 virtual void ImportConnectionBoundObject(AutomationRemoteOperationOperandId operandId, AutomationConnectionBoundObject ^ connectionBoundObject) = ImportConnectionBoundObject;
void ImportConnectionBoundObject(AutomationRemoteOperationOperandId const& operandId, AutomationConnectionBoundObject const& connectionBoundObject);
public void ImportConnectionBoundObject(AutomationRemoteOperationOperandId operandId, AutomationConnectionBoundObject connectionBoundObject);
function importConnectionBoundObject(operandId, connectionBoundObject)
Public Sub ImportConnectionBoundObject (operandId As AutomationRemoteOperationOperandId, connectionBoundObject As AutomationConnectionBoundObject)

Параметры

operandId
AutomationRemoteOperationOperandId

Идентификатор, ссылающийся на регистр операнда CoreAutomationRemoteOperation.

connectionBoundObject
AutomationConnectionBoundObject

Сведения о подключении для объекта, привязанного к соединению.

Требования к Windows

Семейство устройств
Windows 11 (появилось в 10.0.22000.0)
API contract
Windows.UI.UIAutomation.UIAutomationContract (появилось в v2.0)

Комментарии

Если импортируемый объект принадлежит к подключению, отличному от соединения, уже связанному с удаленной операцией, возникнет ошибка недопустимого аргумента.

Применяется к