Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
string FullIncludePath { get; }
property String^ FullIncludePath {
String^ get ();
}
abstract FullIncludePath : string with get
function get FullIncludePath () : String
Property Value
Type: 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.