Compartilhar via


Método DatabaseProjectConfigurationExtender.GetConfigurationProperty

Obtém uma propriedade de configuração do projeto.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.String
O valor da propriedade

Segurança do .NET Framework

Consulte também

Referência

DatabaseProjectConfigurationExtender Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project