Condividi tramite


Metodo VCConfiguration.BuildWithPropertySheet

Utilizzato per impostare le proprietà delle compilazioni.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCConfiguration Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine