AutomationConnectionBoundObject.Connection 属性

定义

获取连接绑定对象的连接详细信息。

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

属性值

连接绑定对象的连接详细信息。

适用于

另请参阅