Condividi tramite


ReadWriteControlDesigner.OnBehaviorAttached Metodo

Definizione

Attenzione

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

Fornisce una notifica che viene generata quando un comportamento è associato alla finestra di progettazione.

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

Commenti

Nota

Il OnBehaviorAttached metodo è obsoleto. Usare invece i membri ControlDesigner.Tag della proprietà . Ad esempio, usare i SetAttribute metodi e nella proprietà per eseguire il mapping delle proprietà agli GetAttribute ControlDesigner.Tag stili.

Si applica a

Vedi anche