共用方式為


AutomationConnectionBoundObject.Connection 屬性

定義

取得連接系結物件的連接詳細資料。

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

屬性值

連接系結物件的連接詳細資料。

適用於

另請參閱