StackFrame2.Locals2[Boolean] Property

Definition

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.

public:
 property EnvDTE::Expressions ^ Locals2[bool] { EnvDTE::Expressions ^ get(bool AllowAutoFuncEval); };
[System.Runtime.InteropServices.DispId(108)]
public EnvDTE.Expressions Locals2[bool AllowAutoFuncEval] { [System.Runtime.InteropServices.DispId(108)] get; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
member this.Locals2(bool) : EnvDTE.Expressions
Public ReadOnly Property Locals2(AllowAutoFuncEval As Boolean) As Expressions

Parameters

AllowAutoFuncEval
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.

Property Value

An Expressions collection.

Attributes

Remarks

See Locals.

Applies to