VCConfiguration2.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.
public:
void BuildWithPropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ 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
- buildType
- BuildWithPropertySheetType
Implements
- Attributes