Partager via


DesignerView.Context, propriété

Obtient ou définit le contexte d'édition pour cette vue.

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

Syntaxe

'Déclaration
Public Property Context As EditingContext
    Get
    Set
public EditingContext Context { get; set; }
public:
property EditingContext^ Context {
    EditingContext^ get ();
    void set (EditingContext^ value);
}
member Context : EditingContext with get, set
function get Context () : EditingContext
function set Context (value : EditingContext)

Valeur de propriété

Type : Microsoft.Windows.Design.EditingContext
EditingContext associé à la vue.

Notes

Un seul mode concepteur peut être associé à un contexte d'édition à tout moment. Lorsque le contexte est défini sur un mode concepteur, la vue est stockée dans le contexte. Vous devez effacer une vue existante avant d'en définir une nouvelle dans le contexte.

Sécurité .NET Framework

Voir aussi

Référence

DesignerView Classe

Microsoft.Windows.Design.Interaction, espace de noms

AdornerPanel

Autres ressources

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

Architecture d'ornement