다음을 통해 공유


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

컬렉션에서 검색할 요소의 인덱스입니다.

속성 값

FilterElement

컬렉션에서 지정된 인덱스를 가진 요소입니다.

적용 대상

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

컬렉션에서 검색할 요소의 키입니다.

속성 값

FilterElement

컬렉션에서 지정된 키와 일치하는 요소입니다.

적용 대상