ReadWriteControlDesigner.OnBehaviorAttached 方法

定义

注意

The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202

提供通知,该通知在行为附加到设计器时引发。

protected:
 override void OnBehaviorAttached();
protected override void OnBehaviorAttached ();
[System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")]
protected override void OnBehaviorAttached ();
override this.OnBehaviorAttached : unit -> unit
[<System.Obsolete("The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202")>]
override this.OnBehaviorAttached : unit -> unit
Protected Overrides Sub OnBehaviorAttached ()
属性

注解

注意

方法 OnBehaviorAttached 已过时。 请改用 属性的成员 ControlDesigner.Tag 。 例如,使用 SetAttribute 属性上的 ControlDesigner.TagGetAttribute 方法将属性映射到样式。

适用于

另请参阅