Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a list of all directories included in the build.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
ReadOnly Property FullIncludePath As String
Get
string FullIncludePath { get; }
property String^ FullIncludePath {
String^ get ();
}
abstract FullIncludePath : string
function get FullIncludePath () : String
Property Value
Type: System.String
A list of all directories included in the build.
Remarks
FullIncludePath represents a concatenation of directories specified with /I and the directories specified in the VC++ Directories dialog box. Macros present in these directories are evaluated as well.
.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.