共用方式為


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 方法,將屬性對應至樣式。

適用於

另請參閱