Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or gets directories to exclude.
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
'Declaration
Property ExcludeDirectories As String
string ExcludeDirectories { get; set; }
property String^ ExcludeDirectories {
String^ get ();
void set (String^ value);
}
abstract ExcludeDirectories : string with get, set
function get ExcludeDirectories () : String
function set ExcludeDirectories (value : String)
Property Value
Type: System.String
String containing names of directories that should be excluded from the project.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.