SettingsPropertyCollection.OnRemoveComplete(SettingsProperty) 方法

定義

當移除 SettingsPropertyCollection 執行個體的內容之後,執行額外的自訂處理。

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 物件。

適用於