次の方法で共有


ConnectionInfoCollection.Item[String] プロパティ

定義

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

public:
 property Microsoft::Web::Management::Client::ConnectionInfo ^ default[System::String ^] { Microsoft::Web::Management::Client::ConnectionInfo ^ get(System::String ^ name); };
public Microsoft.Web.Management.Client.ConnectionInfo this[string name] { get; }
member this.Item(string) : Microsoft.Web.Management.Client.ConnectionInfo
Default Public ReadOnly Property Item(name As String) As ConnectionInfo

パラメーター

name
String

ConnectionInfo オブジェクトの名前。

プロパティ値

ConnectionInfo指定した名前の オブジェクト。指定nullした名前の がConnectionInfoコレクション内にない場合は 。

適用対象