StackFrame2.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.