VCConfiguration::BuildWithPropertySheetPath Method (String^, BuildWithPropertySheetType)
Visual Studio 2015
Specifies a property sheet search path.
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.
Show: