Freigeben über


Debugger4.GetExpression-Methode

Wertet einen Ausdruck basierend auf dem aktuellen Stapelrahmen aus. Wenn ein Ausdruck analysiert, aber nicht ausgewertet werden kann, wird ein Objekt zurückgegeben, das jedoch keinen gültigen Wert besitzt.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
Function GetExpression ( _
    ExpressionText As String, _
    UseAutoExpandRules As Boolean, _
    Timeout As Integer _
) As Expression
Expression GetExpression(
    string ExpressionText,
    bool UseAutoExpandRules,
    int Timeout
)
Expression^ GetExpression(
    [InAttribute] String^ ExpressionText, 
    [InAttribute] bool UseAutoExpandRules, 
    [InAttribute] int Timeout
)
abstract GetExpression : 
        ExpressionText:string * 
        UseAutoExpandRules:bool * 
        Timeout:int -> Expression
function GetExpression(
    ExpressionText : String, 
    UseAutoExpandRules : boolean, 
    Timeout : int
) : Expression

Parameter

  • ExpressionText
    Typ: String

    Der auszuwertende Ausdruckstext.

  • UseAutoExpandRules
    Typ: Boolean

    true, wenn die Regeln zum automatischen Erweitern verwendet werden sollen, andernfalls false.

  • Timeout
    Typ: Int32

    Zeitdauer für das Timeout (in Millisekunden).

Rückgabewert

Typ: Expression
Ein Expression.

Hinweise

Siehe GetExpression.

.NET Framework-Sicherheit

Siehe auch

Referenz

Debugger4 Schnittstelle

EnvDTE90a-Namespace