Share via


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
    Get
Expressions Arguments { get; }
property Expressions^ Arguments {
    Expressions^ get ();
}
abstract Arguments : Expressions
function get Arguments () : Expressions

Property Value

Type: EnvDTE.Expressions
An Expressions collection.

Implements

StackFrame.Arguments

Remarks

See Arguments.

.NET Framework Security

See Also

Reference

StackFrame2 Interface

Arguments Overload

EnvDTE90a Namespace