Compartilhar via


Método VCConfiguration.GetEvaluatedPropertyValue

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
Function GetEvaluatedPropertyValue ( _
    bstrPropertyName As String _
) As String
string GetEvaluatedPropertyValue(
    string bstrPropertyName
)
String^ GetEvaluatedPropertyValue(
    [InAttribute] String^ bstrPropertyName
)
abstract GetEvaluatedPropertyValue : 
        bstrPropertyName:string -> string
function GetEvaluatedPropertyValue(
    bstrPropertyName : String
) : String

Parâmetros

  • bstrPropertyName
    Tipo: String

Valor de retorno

Tipo: String

Segurança do .NET Framework

Consulte também

Referência

VCConfiguration Interface

Namespace Microsoft.VisualStudio.VCProjectEngine