Partager via


IDatabaseProjectConfiguration.GetConfigurationProperty, méthode

Retourne la valeur de la propriété de configuration.

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

Syntaxe

'Déclaration
Function GetConfigurationProperty ( _
    propertyName As String, _
    resetCache As Boolean, _
    evaluation As DatabaseProjectPropertyValueType _
) As String
string GetConfigurationProperty(
    string propertyName,
    bool resetCache,
    DatabaseProjectPropertyValueType evaluation
)
String^ GetConfigurationProperty(
    String^ propertyName, 
    bool resetCache, 
    DatabaseProjectPropertyValueType evaluation
)
abstract GetConfigurationProperty : 
        propertyName:string * 
        resetCache:bool * 
        evaluation:DatabaseProjectPropertyValueType -> string 
function GetConfigurationProperty(
    propertyName : String, 
    resetCache : boolean, 
    evaluation : DatabaseProjectPropertyValueType
) : String

Paramètres

  • resetCache
    Type : System.Boolean
    Valeur true pour retraiter le cache de propriétés de MSBuild

Valeur de retour

Type : System.String
Valeur actuelle de la propriété.

Sécurité .NET Framework

Voir aussi

Référence

IDatabaseProjectConfiguration Interface

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