VCConfiguration.GetUnevaluatedPropertyValue – metoda
Obor názvů: Microsoft.VisualStudio.VCProjectEngine
Sestavení: Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Deklarace
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
Parametry
- bstrPropertyName
Typ: System.String
Vrácená hodnota
Typ: System.String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.