DatabaseProjectConfigurationExtender.GetConfigurationProperty, méthode
Obtient une propriété de configuration de projet.
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
Protected Function GetConfigurationProperty ( _
propertyName As String _
) As String
protected string GetConfigurationProperty(
string propertyName
)
protected:
String^ GetConfigurationProperty(
String^ propertyName
)
member GetConfigurationProperty :
propertyName:string -> string
protected function GetConfigurationProperty(
propertyName : String
) : String
Paramètres
- propertyName
Type : System.String
Nom de la propriété.
Valeur de retour
Type : System.String
Valeur 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
DatabaseProjectConfigurationExtender Classe
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms