VCConfiguration.GetUnevaluatedPropertyValue-Methode

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

VCConfiguration Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace