StackFrame2.Locals Property

Definition

Gets a collection of expressions that represent the locals currently known by this frame.

public:
 property EnvDTE::Expressions ^ Locals { EnvDTE::Expressions ^ get(); };
[System.Runtime.InteropServices.DispId(103)]
public EnvDTE.Expressions Locals { [System.Runtime.InteropServices.DispId(103)] get; }
[<System.Runtime.InteropServices.DispId(103)>]
[<get: System.Runtime.InteropServices.DispId(103)>]
member this.Locals : EnvDTE.Expressions
Public ReadOnly Property Locals As Expressions

Property Value

An Expressions collection.

Implements

Attributes

Remarks

See Locals.

Applies to