StackFrame::Locals Property

 

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

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

property Expressions^ Locals {
	Expressions^ get();
}

Property Value

Type: EnvDTE::Expressions^

An Expressions collection.

Returns a collection of Expressions that represent the locals that are currently known by this frame.

The following example demonstrates how to use the P:EnvDTE.StackFrame.Locals property.

No code example is currently available or this language may not be supported.
Return to top
Show: