Partager via


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

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

DatabaseProjectConfigurationExtender Classe

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