DatabaseProjectConfig.IDatabaseProjectConfiguration.GetConfigurationProperty, 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
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Private Function GetConfigurationProperty ( _
propertyName As String, _
resetCache As Boolean, _
evaluation As DatabaseProjectPropertyValueType _
) As String Implements IDatabaseProjectConfiguration.GetConfigurationProperty
string IDatabaseProjectConfiguration.GetConfigurationProperty(
string propertyName,
bool resetCache,
DatabaseProjectPropertyValueType evaluation
)
private:
virtual String^ GetConfigurationProperty(
String^ propertyName,
bool resetCache,
DatabaseProjectPropertyValueType evaluation
) sealed = IDatabaseProjectConfiguration::GetConfigurationProperty
private abstract GetConfigurationProperty :
propertyName:string *
resetCache:bool *
evaluation:DatabaseProjectPropertyValueType -> string
private override GetConfigurationProperty :
propertyName:string *
resetCache:bool *
evaluation:DatabaseProjectPropertyValueType -> string
JScript ne prend pas en charge les implémentations d'interfaces explicites.
Paramètres
- propertyName
Type : System.String
- resetCache
Type : System.Boolean
- evaluation
Type : Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectPropertyValueType
Valeur de retour
Type : System.String
Implémentations
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
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms