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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Interaction, espace de noms