ServiceModelConfigurationElementCollection<ConfigurationElementType>.Item[] 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 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
가 없는 경우