Compartir a través de


VCConfiguration.BuildWithPropertySheet (Método)

Se usa para establecer propiedades para las compilaciones.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

VCConfiguration Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)