Debugger::CurrentStackFrame Property

 

Sets or gets the current stack frame.

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

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

Property Value

Type: EnvDTE::StackFrame^

A StackFrame object.

CurrentStackFrame sets or returns a StackFrame object. See Memory Management: Frame Allocation for more information about the stack frame.

The following example demonstrates how to use the CurrentStackFrame property.

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