Aracılığıyla paylaş


Debugger4.GetExpression2 Yöntem (String, Boolean, Boolean, Int32)

Geçerli yığın çerçevesini temel bir ifade olarak değerlendirilir. İfade ayrıştırılır, ancak değil değerlendirilen nesnenin döndürülür ancak geçerli bir değer içermiyor. Bu yöntemi benzer şekilde, GetExpression , ancak ek bir Boole parametresi, ayarlanabilir için true belirtmek olduğunu ifade kadar değerlendirilen bir ifade.

Ad alanı:  EnvDTE90a
Derleme:  EnvDTE90a (EnvDTE90a.dll içinde)

Sözdizimi

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

Parametreler

  • ExpressionText
    Tür: System.String
    Değerlendirilecek ifade metin.
  • UseAutoExpandRules
    Tür: System.Boolean
    true auto-expand kuralları kullanılması gerekiyorsa; Aksi takdirde, false.
  • TreatAsStatement
    Tür: System.Boolean
    true ifade metninin tek bir ifadesi değerlendirilmelidir, Aksi takdirde, false.
  • Timeout
    Tür: System.Int32
    Milisaniye cinsinden zaman aşımı süresi.

Dönüş Değeri

Tür: EnvDTE.Expression
An Expression.

Yüklenen

Debugger3.GetExpression2(String, Boolean, Boolean, Int32)

Açıklamalar

Bkz: GetExpression2

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

Debugger4 Arabirim

GetExpression2 Fazla Yük

EnvDTE90a Ad Alanı