VCConfiguration.BuildWithPropertySheet 方法

定义

用于设置生成的属性。

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)

参数

pPropertySheet
VCPropertySheet

VCPropertySheet 对象。

属性

适用于