Share via


_EnvironmentProjectsAndSolution.ShowTaskListAfterBuild, 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 ShowTaskListAfterBuild As Boolean
bool ShowTaskListAfterBuild { get; set; }
property bool ShowTaskListAfterBuild {
    bool get ();
    void set (bool value);
}
abstract ShowTaskListAfterBuild : bool with get, set
function get ShowTaskListAfterBuild () : boolean 
function set ShowTaskListAfterBuild (value : boolean)

Valeur de propriété

Type : Boolean
true si la liste de tâches doit être affichée après une build ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

_EnvironmentProjectsAndSolution Interface

EnvDTE, espace de noms