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
Expressions Locals { get; }
property Expressions^ Locals {
Expressions^ get ();
}
abstract Locals : Expressions with get
function get Locals () : Expressions
Property Value
Type: EnvDTE.Expressions
An Expressions collection.
Remarks
See Locals.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.