ConfigurationElementCollection.Reset(ConfigurationElement) 메서드

정의

파생 클래스에서 재정의될 때 ConfigurationElementCollection을 수정되지 않은 상태로 다시 설정합니다.

protected:
 override void Reset(System::Configuration::ConfigurationElement ^ parentElement);
protected public:
 override void Reset(System::Configuration::ConfigurationElement ^ parentElement);
protected override void Reset (System.Configuration.ConfigurationElement parentElement);
protected internal override void Reset (System.Configuration.ConfigurationElement parentElement);
override this.Reset : System.Configuration.ConfigurationElement -> unit
Protected Overrides Sub Reset (parentElement As ConfigurationElement)
Protected Friend Overrides Sub Reset (parentElement As ConfigurationElement)

매개 변수

parentElement
ConfigurationElement

컬렉션 부모 요소를 나타내는 ConfigurationElement가 있으면 해당 요소이고, 그렇지 않으면 null입니다.

설명

메서드의 Reset 기본 동작은 개체에 포함된 수정된 요소를 ConfigurationElementCollection 지우고 수정된 요소를 부모 구성 파일에서 지정한 값으로 설정하는 것입니다. 의 요소에 ConfigurationElementCollection 자식 요소가 Reset 있는 경우 는 해당 자식 요소에서도 호출됩니다.

적용 대상