VCNMakeTool::IncludeSearchPath Property

 

Sets or gets the search path for include files.

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

property String^ IncludeSearchPath {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String containing the search path for additional include files.

Return to top
Show: