ConfigurationLocationCollection.Item[Int32] Egenskap

Definition

Hämtar objektet ConfigurationLocationCollection vid det angivna indexet.

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

Parametrar

index
Int32

Indexplatsen för den som ska returneras ConfigurationLocationCollection .

Egenskapsvärde

Vid ConfigurationLocationCollection det angivna indexet.

Kommentarer

Item[] Använd accessorn till ConfigurationLocationCollection klassen för att hämta ett specifikt ConfigurationLocation objekt från samlingen genom att ange dess index i samlingen.

Gäller för