VCConfiguration::BuildWithPropertySheetPath Method (String^, BuildWithPropertySheetType)

 

Specifies a property sheet search path.

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

void BuildWithPropertySheetPath(
	String^ propertySheetPath,
	BuildWithPropertySheetType buildType
)

Parameters

propertySheetPath
Type: System::String^

Property sheet search path.

buildType
Type: Microsoft.VisualStudio.VCProjectEngine::BuildWithPropertySheetType

A value from the BuildWithPropertySheetType enumeration.

Return to top
Show: