StackFrame2.Arguments Property

Definition

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

public:
 property EnvDTE::Expressions ^ Arguments { EnvDTE::Expressions ^ get(); };
[System.Runtime.InteropServices.DispId(104)]
public EnvDTE.Expressions Arguments { [System.Runtime.InteropServices.DispId(104)] get; }
[<System.Runtime.InteropServices.DispId(104)>]
[<get: System.Runtime.InteropServices.DispId(104)>]
member this.Arguments : EnvDTE.Expressions
Public ReadOnly Property Arguments As Expressions

Property Value

An Expressions collection.

Implements

Attributes

Remarks

See Arguments.

Applies to