Compartilhar via


Método IDatabaseProjectConfiguration.GetConfigurationProperty

Retorna o valor de propriedade da configuração.

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

Sintaxe

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

Parâmetros

  • resetCache
    Tipo: System.Boolean
    True para reprocess a MSBuild cache de propriedade.

Valor de retorno

Tipo: System.String
O valor atual da propriedade.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseProjectConfiguration Interface

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