Udostępnij za pośrednictwem


TypeElementCollection.Item[Int32] Właściwość

Definicja

Zwraca określony element członkowski kolekcji według jego pozycji.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Pozycja elementu do zwrócenia.

Wartość właściwości

Element w określonej pozycji.

Dotyczy