Debugger4.CurrentStackFrame-Eigenschaft

Ruft den aktuellen Stapelrahmen ab oder legt ihn fest.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
Property CurrentStackFrame As StackFrame
    Get
    Set
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)

Eigenschaftswert

Typ: EnvDTE.StackFrame
Ein StackFrame-Objekt.

Implementiert

Debugger3.CurrentStackFrame

Hinweise

Weitere Informationen finden Sie unter CurrentStackFrame.

.NET Framework-Sicherheit

Siehe auch

Referenz

Debugger4 Schnittstelle

CurrentStackFrame-Überladung

EnvDTE90a-Namespace