Partager via


PlacementAdapter.EndPlacement, méthode

Termine l'opération de positionnement.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Overridable Sub EndPlacement
public virtual void EndPlacement()
public:
virtual void EndPlacement()
abstract EndPlacement : unit -> unit 
override EndPlacement : unit -> unit 
public function EndPlacement()

Notes

Effectue le nettoyage nécessaire après une opération de positionnement dans la méthode EndPlacement.

L'implémentation par défaut n'a aucun effet.

Sécurité .NET Framework

Voir aussi

Référence

PlacementAdapter Classe

Microsoft.Windows.Design.Interaction, espace de noms

AdornerPlacementCollection

AdornerPanel

Autres ressources

Procédure pas à pas : création d'un ornement au moment du design

Architecture d'ornement