HtmlControlDesigner.OnBehaviorDetaching 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202
當行為解除與項目的關聯時呼叫。
protected:
virtual void OnBehaviorDetaching();
protected virtual void OnBehaviorDetaching ();
[System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void OnBehaviorDetaching ();
abstract member OnBehaviorDetaching : unit -> unit
override this.OnBehaviorDetaching : unit -> unit
[<System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member OnBehaviorDetaching : unit -> unit
override this.OnBehaviorDetaching : unit -> unit
Protected Overridable Sub OnBehaviorDetaching ()
- 屬性
備註
注意
方法 OnBehaviorDetaching 已過時。 SetAttribute使用屬性上的 Tag 和 GetAttribute 方法,將屬性對應至樣式。 GetDesignTimeCssAttributes使用 類別上的 ContainerControlDesigner 方法,在設計時間設定控件的樣式。 Dispose覆寫控件設計工具的方法,以在釋放設計工具物件之前執行動作。
給繼承者的注意事項
M:System.Web.UI.Design.HtmlControlDesigner.OnBehaviorDetaching 方法可以覆寫並實作,以在與設計工具中斷鏈接行為時執行其他處理。