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
    Get
string this { get; }
property String^ default {
    String^ get ();
}
abstract FunctionName : string
function get FunctionName () : String

Valore proprietà

Tipo: System.String
Il nome della funzione dello stack frame corrente.

Implementa

StackFrame.FunctionName

Note

Vedere FunctionName.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

StackFrame2 Interfaccia

Overload FunctionName

Spazio dei nomi EnvDTE90a