Sdílet prostřednictvím


VCConfiguration.BuildWithPropertySheet – metoda

Slouží k nastavení vlastností pro sestavení.

Obor názvů:  Microsoft.VisualStudio.VCProjectEngine
Sestavení:  Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCConfiguration Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů