SettingsPropertyCollection.OnAddComplete(SettingsProperty) Methode

Definition

Führt zusätzliche benutzerdefinierte Verarbeitung nach dem Hinzufügen des Inhalts der SettingsPropertyCollection-Instanz aus.

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)

Parameter

property
SettingsProperty

Ein SettingsProperty-Objekt.

Gilt für: