Sdílet prostřednictvím


TypeElementCollection.Item[Int32] Vlastnost

Definice

Vrátí konkrétního člena kolekce podle jeho pozice.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

index
Int32

Pozice položky, která se má vrátit

Hodnota vlastnosti

TypeElement

Prvek na zadané pozici.

Platí pro