Proprietà StackFrame2.FunctionName
Ottiene il nome della funzione dello stack frame corrente.
Spazio dei nomi: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Sintassi
'Dichiarazione
ReadOnly Default Property FunctionName As String
string this { get; }
property String^ default {
String^ get ();
}
abstract FunctionName : string with get
function get FunctionName () : String
Valore proprietà
Tipo: String
Il nome della funzione dello stack frame corrente.
Note
Vedere FunctionName.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.