Sets or gets source directories.
Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
声明
Property SourceDirectories As String
    Get
    Set
string SourceDirectories { get; set; }
property String^ SourceDirectories {
    String^ get ();
    void set (String^ value);
}
abstract SourceDirectories : string with get, set
function get SourceDirectories () : String
function set SourceDirectories (value : String)
Property Value
Type: System.String
String containing names of directories that contain source files.
.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.