ConfigurationLocationCollection.Item[Int32] Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.