VCDirectories::ExcludeDirectories Property

 

Sets or gets directories to exclude.

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

property String^ ExcludeDirectories {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String containing names of directories that should be excluded from the project.

Return to top
Show: