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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.