ConfigurationLocationCollection.Item[Int32] Propriedade

Definição

Obtém o objeto ConfigurationLocationCollection no índice especificado.Gets the ConfigurationLocationCollection object at the specified 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

Parâmetros

index
Int32

O local do índice do ConfigurationLocationCollection a ser retornado.The index location of the ConfigurationLocationCollection to return.

Valor da propriedade

ConfigurationLocation

O ConfigurationLocationCollection no índice especificado.The ConfigurationLocationCollection at the specified index.

Comentários

Use o Item[] acessador para a ConfigurationLocationCollection classe para obter um ConfigurationLocation objeto específico da coleção, especificando seu índice na coleção.Use the Item[] accessor to the ConfigurationLocationCollection class to get a specific ConfigurationLocation object from the collection by specifying its index within the collection.

Aplica-se a