Share via


TemplatedControlDesigner.OnBehaviorAttached Méthode

Définition

Attention

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

Fournit une possibilité de traitement supplémentaire lorsqu'un comportement est attaché au concepteur.

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 ()
Attributs

Remarques

Notes

La OnBehaviorAttached méthode est obsolète. Utilisez les SetAttribute méthodes et GetAttribute sur la Tag propriété pour mapper les propriétés aux styles.

S’applique à

Voir aussi