VCConfiguration.BuildWithPropertySheet Method

Definition

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.

Attributes

Applies to