Debugger4::CurrentStackFrame Property

 

Gets or sets the current stack frame.

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

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

Property Value

Type: EnvDTE::StackFrame^

A StackFrame object.

Return to top
Show: