VCDirectories.ExcludeDirectories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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