TypeElementCollection.Item[Int32] 속성

정의

컬렉션에서 해당 위치의 특정 멤버를 반환합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

매개 변수

index
Int32

반환할 항목의 위치입니다.

속성 값

TypeElement

지정한 위치에 있는 요소입니다.

적용 대상