Debugger4.CurrentStackFrame Property

Gets or sets the current stack frame.

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)

Property Value

Type: EnvDTE.StackFrame
A StackFrame object.

Implements

Debugger3.CurrentStackFrame

Remarks

See CurrentStackFrame.

.NET Framework Security

See Also

Reference

Debugger4 Interface

CurrentStackFrame Overload

EnvDTE90a Namespace