ConfigurationLocationCollection.Item[Int32] Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.