StackFrame2.Locals Property

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

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

Syntax

'Declaration
ReadOnly Property Locals As Expressions
    Get
Expressions Locals { get; }
property Expressions^ Locals {
    Expressions^ get ();
}
abstract Locals : Expressions
function get Locals () : Expressions

Property Value

Type: EnvDTE.Expressions
An Expressions collection.

Implements

StackFrame.Locals

Remarks

See Locals.

.NET Framework Security

See Also

Reference

StackFrame2 Interface

Locals Overload

EnvDTE90a Namespace