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 方法可以重写并实现,以在行为与设计器分离时执行其他处理。