ReadWriteControlDesigner.OnBehaviorAttached Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
The recommended alternative is ControlDesigner.Tag. http://go.microsoft.com/fwlink/?linkid=14202
Fournit une notification qui est déclenchée 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 membres de la ControlDesigner.Tag propriété à la place. Par exemple, utilisez les SetAttribute GetAttribute méthodes et sur la ControlDesigner.Tag propriété pour mapper des propriétés à des styles.