IVCRulePropertyStorage.GetUnevaluatedPropertyValue (Método)

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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

Valor devuelto

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

IVCRulePropertyStorage Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)