Partilhar via


Método IDatabaseProjectNode.GetProjectProperty (String, Boolean, DatabaseProjectPropertyValueType, String)

Retorna o valor de uma propriedade de projeto.

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

Sintaxe

'Declaração
Function GetProjectProperty ( _
    propertyName As String, _
    resetCache As Boolean, _
    evaluation As DatabaseProjectPropertyValueType, _
    defaultValue As String _
) As String
string GetProjectProperty(
    string propertyName,
    bool resetCache,
    DatabaseProjectPropertyValueType evaluation,
    string defaultValue
)
String^ GetProjectProperty(
    String^ propertyName, 
    bool resetCache, 
    DatabaseProjectPropertyValueType evaluation, 
    String^ defaultValue
)
abstract GetProjectProperty : 
        propertyName:string * 
        resetCache:bool * 
        evaluation:DatabaseProjectPropertyValueType * 
        defaultValue:string -> string 
function GetProjectProperty(
    propertyName : String, 
    resetCache : boolean, 
    evaluation : DatabaseProjectPropertyValueType, 
    defaultValue : String
) : String

Parâmetros

  • resetCache
    Tipo: System.Boolean
    true para reprocessar o MSBuild cache de propriedade.
  • defaultValue
    Tipo: System.String
    Se a propriedade estiver vazia, o valor padrão será retornado.

Valor de retorno

Tipo: System.String
O valor atual da propriedade de projeto.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseProjectNode Interface

Sobrecargas GetProjectProperty

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