VCProject::ShowAllFiles Property

 

Sets or gets whether to show all files in the solution explorer.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property bool ShowAllFiles {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

TRUE signifies that all disk files are to be shown.

Return to top
Show: