SettingsPropertyCollection.OnRemoveComplete(SettingsProperty) 方法
定义
在移除 SettingsPropertyCollection 实例的内容之后执行其他自定义处理。Performs additional, custom processing after removing the contents of the SettingsPropertyCollection instance.
protected:
virtual void OnRemoveComplete(System::Configuration::SettingsProperty ^ property);
protected virtual void OnRemoveComplete (System.Configuration.SettingsProperty property);
abstract member OnRemoveComplete : System.Configuration.SettingsProperty -> unit
override this.OnRemoveComplete : System.Configuration.SettingsProperty -> unit
Protected Overridable Sub OnRemoveComplete (property As SettingsProperty)
参数
- property
- SettingsProperty
SettingsProperty 对象。A SettingsProperty object.