次の方法で共有


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 で導入)

注釈

インポートされるオブジェクトが、リモート操作に既に関連付けられている接続とは異なる接続に属している場合は、無効な引数エラーが発生します。

適用対象