Used to set properties for builds.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Sub BuildWithPropertySheet ( _
    pPropertySheet As VCPropertySheet, _
    buildType As BuildWithPropertySheetType _
)
用法
Dim instance As VCConfiguration
Dim pPropertySheet As VCPropertySheet
Dim buildType As BuildWithPropertySheetType
instance.BuildWithPropertySheet(pPropertySheet, _
    buildType)
void BuildWithPropertySheet(
    VCPropertySheet pPropertySheet,
    BuildWithPropertySheetType buildType
)
void BuildWithPropertySheet(
    [InAttribute] VCPropertySheet^ pPropertySheet, 
    [InAttribute] BuildWithPropertySheetType buildType
)
function BuildWithPropertySheet(
    pPropertySheet : VCPropertySheet, 
    buildType : BuildWithPropertySheetType
)
Parameters
- pPropertySheet 
 Type: Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet- A VCPropertySheet object. 
- buildType 
 Type: Microsoft.VisualStudio.VCProjectEngine.BuildWithPropertySheetType- A BuildWithPropertySheetType enumeration. 
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.