Partilhar via


Método IVCRulePropertyStorage.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

Valor de retorno

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

IVCRulePropertyStorage Interface

Namespace Microsoft.VisualStudio.VCProjectEngine