StackFrame2::Locals Property

 

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

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

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

Property Value

Type: EnvDTE::Expressions^

An Expressions collection.

Return to top
Show: