ConnectionInfoCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
登録済み接続のコレクションを定義します。
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] |
指定した名前を持つ接続をコレクションから取得します。 |