VCConfiguration.BuildWithPropertySheet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to set properties for builds.
public:
void BuildWithPropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ pPropertySheet, Microsoft::VisualStudio::VCProjectEngine::BuildWithPropertySheetType buildType);
public:
void BuildWithPropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ pPropertySheet, Microsoft::VisualStudio::VCProjectEngine::BuildWithPropertySheetType buildType);
void BuildWithPropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet const & pPropertySheet, Microsoft::VisualStudio::VCProjectEngine::BuildWithPropertySheetType buildType);
[System.Runtime.InteropServices.DispId(763)]
public void BuildWithPropertySheet (Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet pPropertySheet, Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetType buildType);
[<System.Runtime.InteropServices.DispId(763)>]
abstract member BuildWithPropertySheet : Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet * Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetType -> unit
Public Sub BuildWithPropertySheet (pPropertySheet As VCPropertySheet, buildType As BuildWithPropertySheetType)
Parameters
- pPropertySheet
- VCPropertySheet
A VCPropertySheet object.
- buildType
- BuildWithPropertySheetType
A BuildWithPropertySheetType enumeration.
- Attributes