Proprietà StackFrame2.Arguments2

Ottiene un insieme di espressioni che rappresentano gli argomenti che vengono passati al frame corrente. Consente al chiamante di specificare se le proprietà e le chiamate a funzioni implicite devono essere valutate automaticamente.

Spazio dei nomi:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Sintassi

'Dichiarazione
ReadOnly Property Arguments2 ( _
    AllowAutoFuncEval As Boolean _
) As Expressions
    Get
Expressions this[
    bool AllowAutoFuncEval
] { get; }
property Expressions^ Arguments2[[InAttribute] bool AllowAutoFuncEval] {
    Expressions^ get ([InAttribute] bool AllowAutoFuncEval);
}
abstract Arguments2 : Expressions
JScript non supporta le proprietà indicizzate.

Parametri

  • AllowAutoFuncEval
    Tipo: System.Boolean
    Determina se le proprietà e le chiamate a funzioni implicite devono essere valutate automaticamente.true se la valutazione automatica viene eseguita,false se non viene eseguita.Questo parametro influisce sulle espressioni restituite e sulle relative espressioni figlio.

Valore proprietà

Tipo: EnvDTE.Expressions
Insieme di Expressions.

Note

Vedere Arguments.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

StackFrame2 Interfaccia

Spazio dei nomi EnvDTE90a