Compartir a través de


SettingsPropertyCollection.OnAdd(SettingsProperty) Método

Definición

Realiza procesos personalizados adicionales al agregar al contenido de la instancia de SettingsPropertyCollection.

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

Parámetros

property
SettingsProperty

Un objeto SettingsProperty.

Se aplica a