Udostępnij za pośrednictwem


Metoda Debugger5.GetExpression — (String, Boolean, Int32)

Wynikiem wyrażenia opartego na bieżącej klatce stosu.Jeśli wyrażenie można analizować, ale nie są oceniane, 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: System.String
    Tekst wyrażenia mają być poddane ocenie.
  • UseAutoExpandRules
    Typ: System.Boolean
    true Jeśli należy stosować zasady auto-expand; w przeciwnym razie false.

Wartość zwracana

Typ: EnvDTE.Expression
An Expression.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

Debugger5 Interfejs

Przeciążenie GetExpression

Przestrzeń nazw EnvDTE100