Condividi tramite


ReadWriteControlDesigner.OnBehaviorAttached Metodo

Definizione

Attenzione

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

Fornisce una notifica generata quando un comportamento viene 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

Annotazioni

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

Si applica a

Vedi anche