Partager via


ProjectConfig.GetMsBuildProperty, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Protected Function GetMsBuildProperty ( _
    propertyName As String, _
    resetCache As Boolean _
) As ProjectPropertyInstance
protected ProjectPropertyInstance GetMsBuildProperty(
    string propertyName,
    bool resetCache
)
protected:
ProjectPropertyInstance^ GetMsBuildProperty(
    String^ propertyName, 
    bool resetCache
)
member GetMsBuildProperty : 
        propertyName:string * 
        resetCache:bool -> ProjectPropertyInstance 
protected function GetMsBuildProperty(
    propertyName : String, 
    resetCache : boolean
) : ProjectPropertyInstance

Paramètres

Valeur de retour

Type : Microsoft.Build.Execution.ProjectPropertyInstance

Sécurité .NET Framework

Voir aussi

Référence

ProjectConfig Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms