VCPlatform2.SourceDirectories Property
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.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
Implements
.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.