Debugger5::CurrentStackFrame Property

 

Gets or sets the current stack frame.

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

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

Property Value

Type: EnvDTE::StackFrame^

A StackFrame object.

Return to top
Show: