Metodo IVCRulePropertyStorage.GetUnevaluatedPropertyValue
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
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
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.