Metodo IVCRulePropertyStorage.GetEvaluatedPropertyValue
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
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
Parametri
- bstrPropertyName
Tipo: System.String
Valore restituito
Tipo: System.String
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.