ConfigurationLocationCollection.Item[Int32] Свойство

Определение

Возвращает объект ConfigurationLocationCollection по указанному индексу.

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

Параметры

index
Int32

Расположение индекса возвращаемого объекта ConfigurationLocationCollection.

Значение свойства

Объект ConfigurationLocationCollection по указанному индексу.

Комментарии

Item[] Используйте метод доступа к классу , ConfigurationLocationCollection чтобы получить определенный ConfigurationLocation объект из коллекции, указав его индекс в коллекции.

Применяется к