VCDirectories.ExcludeDirectories Property

Definition

Sets or gets directories to exclude.

public:
 property System::String ^ ExcludeDirectories { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ExcludeDirectories { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2511)]
public string ExcludeDirectories { [System.Runtime.InteropServices.DispId(2511)] get; [System.Runtime.InteropServices.DispId(2511)] set; }
[<System.Runtime.InteropServices.DispId(2511)>]
[<get: System.Runtime.InteropServices.DispId(2511)>]
[<set: System.Runtime.InteropServices.DispId(2511)>]
member this.ExcludeDirectories : string with get, set
Public Property ExcludeDirectories As String

Property Value

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

Attributes

Applies to