다음을 통해 공유


HttpModuleActionCollection.Clear 메서드

정의

컬렉션에서 모든 HttpModuleAction 개체를 제거합니다.

public:
 void Clear();
public void Clear ();
member this.Clear : unit -> unit
Public Sub Clear ()

예제

다음 예제에서는 지우는 방법을 보여 줍니다는 HttpModuleAction 컬렉션에 포함 된 모듈입니다.


// Clear the collection.
if (!httpModulesSection.SectionInformation.IsLocked)
{
    modulesCollection.Clear();
    configuration.Save();
}
' Clear the collection.
If Not httpModulesSection.SectionInformation.IsLocked Then
    modulesCollection.Clear()
    configuration.Save()
End If

설명

이 메서드는 삽입을 clear 는 상위 수준 구성 파일에 정의 된 요소에 대 한 모든 참조를 제거할 구성 파일의 해당 섹션에 지시문입니다. 현재 구성 파일의 해당 섹션에 정의 된 모든 요소가 제거 됩니다.

적용 대상