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

'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: 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

See Also

Reference

VCResourceCompilerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace