Compartir a través de


IDatabaseProjectConfiguration.GetConfigurationProperty (Método)

Devuelve el valor de una propiedad de configuración.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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
    Es true para volver a procesar la memoria caché de propiedades de MSBuild.

Valor devuelto

Tipo: System.String
Valor actual de la propiedad.

Seguridad de .NET Framework

Vea también

Referencia

IDatabaseProjectConfiguration Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)