StackFrame::Arguments Property

 

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

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

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

Property Value

Type: EnvDTE::Expressions^

An Expressions collection.

Arguments returns a collection of Expressions that represent the arguments passed to this frame.

The following example demonstrates how to use the Arguments property.

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