VCResourceCompilerTool.FullIncludePath Property

Gets a list of all directories included in the build.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
ReadOnly Property FullIncludePath As String
用法
Dim instance As VCResourceCompilerTool
Dim value As String

value = instance.FullIncludePath
string FullIncludePath { get; }
property String^ FullIncludePath {
    String^ get ();
}
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, Projects and Solutions, Options Dialog Box dialog box. Macros present in these directories are evaluated as well.

Permissions

See Also

Reference

VCResourceCompilerTool Interface

VCResourceCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace