VCConfiguration.BuildWithPropertySheet 方法

用于设置生成的属性。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Sub BuildWithPropertySheet ( _
    pPropertySheet As VCPropertySheet, _
    buildType As BuildWithPropertySheetType _
)
void BuildWithPropertySheet(
    VCPropertySheet pPropertySheet,
    BuildWithPropertySheetType buildType
)
void BuildWithPropertySheet(
    [InAttribute] VCPropertySheet^ pPropertySheet, 
    [InAttribute] BuildWithPropertySheetType buildType
)
abstract BuildWithPropertySheet : 
        pPropertySheet:VCPropertySheet * 
        buildType:BuildWithPropertySheetType -> unit 
function BuildWithPropertySheet(
    pPropertySheet : VCPropertySheet, 
    buildType : BuildWithPropertySheetType
)

参数

.NET Framework 安全性

请参见

参考

VCConfiguration 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间