FilterElementCollection.Item[] プロパティ

定義

コレクションから要素を取得します。

オーバーロード

名前 説明
Item[Int32]

指定したインデックスを持つコレクションから要素を取得します。

Item[String]

指定したキーを持つ要素をコレクションから取得します。

Item[Int32]

指定したインデックスを持つコレクションから要素を取得します。

public:
 property System::ServiceModel::Routing::Configuration::FilterElement ^ default[int] { System::ServiceModel::Routing::Configuration::FilterElement ^ get(int index); void set(int index, System::ServiceModel::Routing::Configuration::FilterElement ^ value); };
public System.ServiceModel.Routing.Configuration.FilterElement this[int index] { get; set; }
member this.Item(int) : System.ServiceModel.Routing.Configuration.FilterElement with get, set
Default Public Property Item(index As Integer) As FilterElement

パラメーター

index
Int32

コレクションから取得する要素のインデックス。

プロパティ値

指定したインデックスを持つコレクション内の要素。

適用対象

Item[String]

指定したキーを持つ要素をコレクションから取得します。

public:
 property System::ServiceModel::Routing::Configuration::FilterElement ^ default[System::String ^] { System::ServiceModel::Routing::Configuration::FilterElement ^ get(System::String ^ name); };
public System.ServiceModel.Routing.Configuration.FilterElement this[string name] { get; }
member this.Item(string) : System.ServiceModel.Routing.Configuration.FilterElement
Default Public ReadOnly Property Item(name As String) As FilterElement

パラメーター

name
String

コレクションから取得する要素のキー。

プロパティ値

指定したキーと一致するコレクション内の要素。

適用対象