StackFrame2.Arguments Property

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

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

Syntax

'Declaration
ReadOnly Property Arguments As Expressions
Expressions Arguments { get; }
property Expressions^ Arguments {
    Expressions^ get ();
}
abstract Arguments : Expressions with get
function get Arguments () : Expressions

Property Value

Type: EnvDTE.Expressions
An Expressions collection.

Remarks

See Arguments.

.NET Framework Security

See Also

Reference

StackFrame2 Interface

EnvDTE90a Namespace