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 or sets one or more directories to add to the include path.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property AdditionalIncludeDirectories As String
Get
Set
string AdditionalIncludeDirectories { get; set; }
property String^ AdditionalIncludeDirectories {
String^ get ();
void set (String^ value);
}
abstract AdditionalIncludeDirectories : string with get, set
function get AdditionalIncludeDirectories () : String
function set AdditionalIncludeDirectories (value : String)
Property Value
Type: System.String
One or more directories added to the include path.
Remarks
AdditionalIncludeDirectories exposes the functionality of the compiler's /I (Additional Include Directories) option, the MIDL compiler's MIDL Property Pages: General option, and the Resource Compiler's Resources Property Pages option.
If specifying more than one directory, use semicolons to delimit the list.
.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.