Compartilhar via


Método VCConfiguration.GetUnevaluatedPropertyValue

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

Sintaxe

'Declaração
Function GetUnevaluatedPropertyValue ( _
    bstrPropertyName As String _
) As String
string GetUnevaluatedPropertyValue(
    string bstrPropertyName
)
String^ GetUnevaluatedPropertyValue(
    [InAttribute] String^ bstrPropertyName
)
abstract GetUnevaluatedPropertyValue : 
        bstrPropertyName:string -> string
function GetUnevaluatedPropertyValue(
    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