Sdílet prostřednictvím


IDatabaseProjectConfiguration.GetConfigurationProperty – metoda

Vrátí hodnotu vlastnosti s konfigurací.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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

Parametry

  • resetCache
    Typ: System.Boolean
    True na reprocess MSBuild mezipaměti vlastností.

Vrácená hodnota

Typ: System.String
Aktuální hodnota vlastnosti.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IDatabaseProjectConfiguration Rozhraní

Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů