Método VCConfiguration.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
- bstrPropertyName
Tipo: String
Valor de retorno
Tipo: String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.