次の方法で共有


ConnectionInfoCollection(IConnectionManager) コンストラクター

定義

ConnectionInfoCollection クラスの新しいインスタンスを初期化します。

public:
 ConnectionInfoCollection(Microsoft::Web::Management::Client::IConnectionManager ^ owner);
public ConnectionInfoCollection (Microsoft.Web.Management.Client.IConnectionManager owner);
new Microsoft.Web.Management.Client.ConnectionInfoCollection : Microsoft.Web.Management.Client.IConnectionManager -> Microsoft.Web.Management.Client.ConnectionInfoCollection
Public Sub New (owner As IConnectionManager)

パラメーター

owner
IConnectionManager

新しい ConnectionInfoCollection オブジェクトを作成する オブジェクト。

次の例では、新 ConnectionInfoCollection しい オブジェクトを作成します。

                  _regConnections = new ConnectionInfoCollection(this);

適用対象