XmlQuerySequence<T>.Item[Int32] Właściwość

Definicja

Zwraca element w określonym indeksie.

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

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

Parametry

index
Int32

Wartość typu int.

Wartość właściwości

T

Element w określonym indeksie.

Implementuje

Dotyczy