StackFrame2.Arguments2[Boolean] 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. Allows caller to specify whether properties and implicit function calls should be automatically evaluated.
public:
property EnvDTE::Expressions ^ Arguments2[bool] { EnvDTE::Expressions ^ get(bool AllowAutoFuncEval); };
[System.Runtime.InteropServices.DispId(109)]
public EnvDTE.Expressions Arguments2[bool AllowAutoFuncEval] { [System.Runtime.InteropServices.DispId(109)] get; }
[<System.Runtime.InteropServices.DispId(109)>]
[<get: System.Runtime.InteropServices.DispId(109)>]
member this.Arguments2(bool) : EnvDTE.Expressions
Public ReadOnly Property Arguments2(AllowAutoFuncEval As Boolean) As Expressions
Parameters
- AllowAutoFuncEval
- Boolean
Determines whether properties and implicit function calls should be automatically evaluated. true
means that automatic evaluation will be performed. false
means automatic evaluation will not be performed. This parameter affects the returned expressions and any children of those expressions.
Property Value
An Expressions collection.
- Attributes
Remarks
See Arguments.