SettingsPropertyCollection.OnAddComplete(SettingsProperty) 方法

定义

在添加 SettingsPropertyCollection 实例的内容之后执行其他自定义处理。Performs additional, custom processing after adding to the contents of the SettingsPropertyCollection instance.

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

参数

property
SettingsProperty

SettingsProperty 对象。A SettingsProperty object.

适用于