SettingsPropertyCollection.OnRemoveComplete(SettingsProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當移除 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 物件。