Partager via


_EnvironmentTaskList.ConfirmTaskDeletion, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
Property ConfirmTaskDeletion As Boolean
bool ConfirmTaskDeletion { get; set; }
property bool ConfirmTaskDeletion {
    bool get ();
    void set (bool value);
}
abstract ConfirmTaskDeletion : bool with get, set
function get ConfirmTaskDeletion () : boolean 
function set ConfirmTaskDeletion (value : boolean)

Valeur de propriété

Type : Boolean
true si la suppression de tâche doit afficher un message de confirmation ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

_EnvironmentTaskList Interface

EnvDTE, espace de noms