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 개체를 가져옵니다.

적용 대상