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
- propertyName
Type : System.String
Nom de la propriété.
- resetCache
Type : System.Boolean
Valeur true pour retraiter le cache de propriétés de MSBuild
- evaluation
Type : Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectPropertyValueType
Détermine si le résultat final est évalué pour supprimer toutes les macros incorporées.
Valeur de retour
Type : System.String
Valeur actuelle de la propriété.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IDatabaseProjectConfiguration Interface
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms