Partager via


VCConfiguration.BuildWithPropertySheetPath, méthode

Spécifie un chemin de recherche de feuille de propriétés.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • propertySheetPath
    Type : System.String
    Chemin de recherche de feuille de propriétés.

Sécurité .NET Framework

Voir aussi

Référence

VCConfiguration Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms