TemplatedControlDesigner.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 廃止されました。 プロパティをSetAttributeスタイルにマップするには、 プロパティの Tag メソッドと GetAttribute メソッドを使用します。

適用対象

こちらもご覧ください