次の方法で共有


AutomationConnectionBoundObject.Connection プロパティ

定義

接続バインド オブジェクトの接続の詳細を取得します。

public:
 property AutomationConnection ^ Connection { AutomationConnection ^ get(); };
AutomationConnection Connection();
public AutomationConnection Connection { get; }
var automationConnection = automationConnectionBoundObject.connection;
Public ReadOnly Property Connection As AutomationConnection

プロパティ値

接続バインド オブジェクトの接続の詳細。

適用対象

こちらもご覧ください