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)

property String^ FullIncludePath {
	String^ get();
}

Property Value

Type: System::String^

A list of all directories included in the build.

FullIncludePath represents a concatenation of directories specified with /I and the directories specified in the dialog box. Macros present in these directories are evaluated as well.E027448B-C811-4C3D-8531-4325AD3F6E02

Return to top
Show: