Condividi tramite


Metodo VCConfiguration.BuildWithPropertySheetPath

Specifica un percorso di ricerca della finestra delle proprietà.

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

Sintassi

'Dichiarazione
Sub BuildWithPropertySheetPath ( _
    propertySheetPath As String, _
    buildType As BuildWithPropertySheetType _
)
void BuildWithPropertySheetPath(
    string propertySheetPath,
    BuildWithPropertySheetType buildType
)
void BuildWithPropertySheetPath(
    [InAttribute] String^ propertySheetPath, 
    [InAttribute] BuildWithPropertySheetType buildType
)
abstract BuildWithPropertySheetPath : 
        propertySheetPath:string * 
        buildType:BuildWithPropertySheetType -> unit 
function BuildWithPropertySheetPath(
    propertySheetPath : String, 
    buildType : BuildWithPropertySheetType
)

Parametri

  • propertySheetPath
    Tipo: System.String
    Percorso di ricerca della finestra delle proprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCConfiguration Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine