ConfigurationLocationCollection.Item[Int32] Eigenschap

Definitie

Hiermee haalt u het ConfigurationLocationCollection object op bij de opgegeven index.

public:
 property System::Configuration::ConfigurationLocation ^ default[int] { System::Configuration::ConfigurationLocation ^ get(int index); };
public System.Configuration.ConfigurationLocation this[int index] { get; }
member this.Item(int) : System.Configuration.ConfigurationLocation
Default Public ReadOnly Property Item(index As Integer) As ConfigurationLocation

Parameters

index
Int32

De indexlocatie van de ConfigurationLocationCollection te retourneren index.

Waarde van eigenschap

De ConfigurationLocationCollection opgegeven index.

Opmerkingen

Gebruik de Item[] toegangsfunctie voor de ConfigurationLocationCollection klasse om een specifiek ConfigurationLocation object op te halen uit de verzameling door de index in de verzameling op te geven.

Van toepassing op