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 개체입니다.

적용 대상