다음을 통해 공유


NamespaceCollection.RemoveAt(Int32) 메서드

정의

컬렉션의 지정된 인덱스에서 ProfileGroupSettings 개체를 제거합니다.

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

매개 변수

index
Int32

컬렉션에서 제거할 NamespaceInfo 개체의 인덱스입니다.

예외

컬렉션의 지정된 인덱스에 NamespaceInfo 개체가 없는 경우

또는 요소가 이미 제거된 경우

또는 컬렉션이 읽기 전용입니다.

예제

다음 코드 예제에서는 RemoveAt 메서드를 사용하는 방법을 보여 줍니다. 이 코드 예제는에 대해 제공 된 큰 예제의 일부는 PagesSection 클래스입니다.

// Execute the RemoveAt method.
pagesSection.Namespaces.RemoveAt(0);
' Execute the RemoveAt method.
pagesSection.Namespaces.RemoveAt(0)

설명

지정 된 요소가 더 높은 수준의 구성 파일에 정의 된 경우이 메서드는 삽입을 remove 현재 애플리케이션 수준에서 구성 파일의 해당 섹션에는 요소입니다. 요소가 현재 구성 파일에 정의 된 경우 구성 파일에서 해당 항목이 제거 됩니다. 제거할 개체 컬렉션에 있어야 합니다. 하지 않는 경우는 ConfigurationException throw 됩니다.

적용 대상

추가 정보