次の方法で共有


ConnectionInfoCollection クラス

定義

登録済み接続のコレクションを定義します。

public ref class ConnectionInfoCollection sealed : System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::Management::Client::ConnectionInfo ^>
public sealed class ConnectionInfoCollection : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.Management.Client.ConnectionInfo>
type ConnectionInfoCollection = class
    inherit ReadOnlyCollection<ConnectionInfo>
Public NotInheritable Class ConnectionInfoCollection
Inherits ReadOnlyCollection(Of ConnectionInfo)
継承
ConnectionInfoCollection

コンストラクター

ConnectionInfoCollection(IConnectionManager)

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

プロパティ

Item[String]

指定した名前を持つ接続をコレクションから取得します。

適用対象