StackFrame2::Arguments Property

 

Gets a collection of expressions that represent the arguments passed to this frame.

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

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

Property Value

Type: EnvDTE::Expressions^

An Expressions collection.

Return to top
Show: