VCPropertySheet::IntermediateDirectory Property

 

Gets or sets a relative path to the intermediate file directory. The path can include environment variables.

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

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

Property Value

Type: System::String^

A relative path to the intermediate file directory.

Return to top
Show: