Share via


Proprietà Debugger4.CurrentStackFrame

ottiene o imposta lo stack frame corrente.

Spazio dei nomi:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Sintassi

'Dichiarazione
Property CurrentStackFrame As StackFrame
StackFrame CurrentStackFrame { get; set; }
property StackFrame^ CurrentStackFrame {
    StackFrame^ get ();
    void set (StackFrame^ value);
}
abstract CurrentStackFrame : StackFrame with get, set
function get CurrentStackFrame () : StackFrame
function set CurrentStackFrame (value : StackFrame)

Valore proprietà

Tipo: EnvDTE.StackFrame
In StackFrame oggetto.

Note

vedere CurrentStackFrame.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Debugger4 Interfaccia

Overload CurrentStackFrame

Spazio dei nomi EnvDTE90a