Partager via


MenuBase.Context, propriété

Obtient le contexte d'édition actuel.

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
    Friend Set
public EditingContext Context { get; internal set; }
public:
property EditingContext^ Context {
    EditingContext^ get ();
    internal: void set (EditingContext^ value);
}
member Context : EditingContext with get, internal set
function get Context () : EditingContext
internal function set Context (value : EditingContext)

Valeur de propriété

Type : Microsoft.Windows.Design.EditingContext
EditingContext pour le contexte actuel ou nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

MenuBase Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF