Partager via


VCProject.ShowAllFiles, propriété

Définit ou obtient une valeur qui indique si tous les fichiers doivent être affichés dans l'Explorateur de solutions.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

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

Valeur de propriété

Type : Boolean
TRUE signifie que tous les fichiers sur disque seront affichés.

Sécurité .NET Framework

Voir aussi

Référence

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms