VCConfiguration::BuildWithPropertySheet Method (VCPropertySheet^, BuildWithPropertySheetType)
Visual Studio 2015
Used to set properties for builds.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
void BuildWithPropertySheet(
VCPropertySheet^ pPropertySheet,
BuildWithPropertySheetType buildType
)
Parameters
- pPropertySheet
-
Type:
Microsoft.VisualStudio.VCProjectEngine::VCPropertySheet^
A VCPropertySheet object.
- buildType
-
Type:
Microsoft.VisualStudio.VCProjectEngine::BuildWithPropertySheetType
A BuildWithPropertySheetType enumeration.
Show: