StackFrame2::Locals2 Property (Boolean)
Visual Studio 2015
Gets a collection of expressions that represent the locals currently known by this frame. Similar to Locals, but allows the caller to specify whether automatic evaluation of properties and implicit function calls should be performed.
Assembly: EnvDTE90a (in EnvDTE90a.dll)
property Expressions^ default[ bool AllowAutoFuncEval ] { Expressions^ get(bool AllowAutoFuncEval); }
Parameters
- AllowAutoFuncEval
-
Type:
System::Boolean
Determines whether properties and implicit function calls should be automatically evaluated. true means that automatic evaluation will be performed. false means automatic evaluation will not be performed. This parameter affects the returned expressions and any children of those expressions.
Show: