Udostępnij za pośrednictwem


Metoda Debugger5.GetExpression —

Oblicza wartość wyrażenia oparte na bieżącej klatce stosu.Jeśli wyrażenie może być analizowany, ale nie ocenione, obiekt jest zwracany, ale nie zawiera prawidłowej wartości.

Przestrzeń nazw:  EnvDTE100
Zestaw:  EnvDTE100 (w EnvDTE100.dll)

Składnia

'Deklaracja
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

Parametry

  • ExpressionText
    Typ: String

    Tekst wyrażenie oceniane.

  • UseAutoExpandRules
    Typ: Boolean

    trueJeśli mają być używane zasady auto-expand; w przeciwnym razie false.

  • Timeout
    Typ: Int32

    Limit czasu w milisekundach.

Wartość zwracana

Typ: Expression
An Expression.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

Debugger5 Interfejs

Przestrzeń nazw EnvDTE100