Partager via


TaskProvider.Context, propriété

Obtient le contexte d'édition qui a activé ce fournisseur de tâches.

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

Syntaxe

'Déclaration
Protected ReadOnly Property Context As EditingContext
    Get
protected EditingContext Context { get; }
protected:
property EditingContext^ Context {
    EditingContext^ get ();
}
member Context : EditingContext
function get Context () : EditingContext

Valeur de propriété

Type : Microsoft.Windows.Design.EditingContext
Objet EditingContext qui représente l'objet qui a activé le fournisseur de tâches actuel.

Notes

Cette propriété est disponible uniquement après qu'un fournisseur de tâches a été activé.

Sécurité .NET Framework

Voir aussi

Référence

TaskProvider Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Fonctionnement de l'extensibilité du Concepteur WPF