StackFrame2.Locals Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.