Debugger3::CurrentStackFrame Property

 

Gets or sets the current stack frame.

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

property StackFrame^ CurrentStackFrame {
	StackFrame^ get();
	void set(StackFrame^ value);
}

Property Value

Type: EnvDTE::StackFrame^

A StackFrame object.

For more information about the stack frame, see Memory Management: Frame Allocation.

The following example shows how to use the CurrentStackFrame property.

No code example is currently available or this language may not be supported.
Return to top
Show: