Condividi tramite


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

Vedere anche

Riferimenti

StackFrame2 Interfaccia

Spazio dei nomi EnvDTE90a