SettingsPropertyCollection.OnRemove(SettingsProperty) 메서드

정의

SettingsPropertyCollection 인스턴스의 내용을 제거할 때 사용자 지정 처리를 추가로 수행합니다.

protected:
 virtual void OnRemove(System::Configuration::SettingsProperty ^ property);
protected virtual void OnRemove (System.Configuration.SettingsProperty property);
abstract member OnRemove : System.Configuration.SettingsProperty -> unit
override this.OnRemove : System.Configuration.SettingsProperty -> unit
Protected Overridable Sub OnRemove (property As SettingsProperty)

매개 변수

property
SettingsProperty

SettingsProperty 개체입니다.

적용 대상