SettingsPropertyCollection.OnRemove(SettingsProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當移除 SettingsPropertyCollection 執行個體的內容時,執行額外的自訂處理。
protected:
virtual void OnRemove(System::Configuration::SettingsProperty ^ property);
protected virtual void OnRemove (System.Configuration.SettingsProperty property);
abstract member OnRemove : System.Configuration.SettingsProperty -> unit
override this.OnRemove : System.Configuration.SettingsProperty -> unit
Protected Overridable Sub OnRemove (property As SettingsProperty)
參數
- property
- SettingsProperty
SettingsProperty 物件。