TrackingConfigurationCollection<TConfigurationElement>.Item[Int32] Vlastnost

Definice

Získá prvek jako zadaný index.

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

Index elementu, který se má načíst

Hodnota vlastnosti

TConfigurationElement

Prvek na pozici zadaného indexu.

Platí pro