TrackingConfigurationCollection<TConfigurationElement>.Item[Int32] Właściwość

Definicja

Pobiera element jako określony indeks.

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

Parametry

index
Int32

Indeks elementu do pobrania.

Wartość właściwości

TConfigurationElement

Element pod określonym indeksem.

Dotyczy