Debugger4.GetExpression-Methode (String, Boolean, Int32)

Wertet einen Ausdruck auf Grundlage des aktuellen Stapelrahmens 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: System.String
    Der auszuwertende Ausdruckstext.
  • UseAutoExpandRules
    Typ: System.Boolean
    true, wenn die Regeln zum automatischen Erweitern verwendet werden sollen, andernfalls false.
  • Timeout
    Typ: System.Int32
    Zeitdauer für das Timeout (in Millisekunden).

Rückgabewert

Typ: EnvDTE.Expression
Ein Expression.

Implementiert

Debugger3.GetExpression(String, Boolean, Int32)

Hinweise

Weitere Informationen finden Sie unter GetExpression.

.NET Framework-Sicherheit

Siehe auch

Referenz

Debugger4 Schnittstelle

GetExpression-Überladung

EnvDTE90a-Namespace