ServiceModelConfigurationElementCollection<ConfigurationElementType>.Item[] 속성

정의

ConfigurationElement 개체의 속성, 특성 또는 자식 요소를 가져오거나 설정합니다.

오버로드

Item[Int32]

지정된 인덱스를 갖는 ConfigurationElement 개체의 속성, 특성 또는 자식 요소를 가져오거나 설정합니다.

Item[Object]

지정된 키를 갖는 ConfigurationElement 개체의 속성, 특성 또는 하위 요소를 가져오거나 설정합니다.

Item[Int32]

지정된 인덱스를 갖는 ConfigurationElement 개체의 속성, 특성 또는 자식 요소를 가져오거나 설정합니다.

public:
 property ConfigurationElementType default[int] { ConfigurationElementType get(int index); void set(int index, ConfigurationElementType value); };
public ConfigurationElementType this[int index] { get; set; }
member this.Item(int) : 'ConfigurationElementType with get, set
Default Public Property Item(index As Integer) As ConfigurationElementType

매개 변수

index
Int32

액세스할 요소의 인덱스입니다.

속성 값

ConfigurationElementType

컬렉션 내의 지정된 인덱스에 위치하는 항목입니다.

예외

index이(가) null인 경우

적용 대상

Item[Object]

지정된 키를 갖는 ConfigurationElement 개체의 속성, 특성 또는 하위 요소를 가져오거나 설정합니다.

public:
 virtual property ConfigurationElementType default[System::Object ^] { ConfigurationElementType get(System::Object ^ key); void set(System::Object ^ key, ConfigurationElementType value); };
public virtual ConfigurationElementType this[object key] { get; set; }
member this.Item(obj) : 'ConfigurationElementType with get, set
Default Public Overridable Property Item(key As Object) As ConfigurationElementType

매개 변수

key
Object

액세스할 요소의 키입니다.

속성 값

ConfigurationElementType

컬렉션 내의 지정된 키에 위치하는 항목입니다.

예외

key이(가) null인 경우

key 가 없는 경우

적용 대상