ConfigurationElementCollection.Reset(ConfigurationElement) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파생 클래스에서 재정의될 때 ConfigurationElementCollection 수정되지 않은 상태로 다시 설정합니다.
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);
protected override void Reset(System.Configuration.ConfigurationElement parentElement);
override this.Reset : System.Configuration.ConfigurationElement -> unit
Protected Friend Overrides Sub Reset (parentElement As ConfigurationElement)
Protected Overrides Sub Reset (parentElement As ConfigurationElement)
매개 변수
- parentElement
- ConfigurationElement
ConfigurationElement 컬렉션 부모 요소를 나타내는 요소(있는 경우)이고, null그렇지 않으면 .
설명
이 메서드의 Reset 기본 동작은 개체에 포함된 수정된 요소를 ConfigurationElementCollection 지우고 수정된 요소를 부모 구성 파일에서 지정한 값으로 설정하는 것입니다. 자식 요소가 있는 ConfigurationElementCollection 요소가 있는 경우 해당 자식 요소 Reset 에서도 호출됩니다.