Udostępnij za pośrednictwem


Metoda Debugger4.ExecuteStatement —

Wykonuje instrukcję.Jeśli TreatAsExpression jest flaga true, następnie ciąg jest interpretowana jako wyrażenie i dane wyjściowe są wysyłane do Okno polecenia.

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

Składnia

'Deklaracja
Sub ExecuteStatement ( _
    Statement As String, _
    Timeout As Integer, _
    TreatAsExpression As Boolean _
)
void ExecuteStatement(
    string Statement,
    int Timeout,
    bool TreatAsExpression
)
void ExecuteStatement(
    [InAttribute] String^ Statement, 
    [InAttribute] int Timeout, 
    [InAttribute] bool TreatAsExpression
)
abstract ExecuteStatement : 
        Statement:string * 
        Timeout:int * 
        TreatAsExpression:bool -> unit
function ExecuteStatement(
    Statement : String, 
    Timeout : int, 
    TreatAsExpression : boolean
)

Parametry

  • Statement
    Typ: String

    Oświadczenie do wykonania.

  • Timeout
    Typ: Int32

    Limit czasu w milisekundach.

  • TreatAsExpression
    Typ: Boolean

    trueJeśli ciąg jest interpretowana jako wyrażenie; w przeciwnym razie false.

Uwagi

See ExecuteStatement.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

Debugger4 Interfejs

Przestrzeń nazw EnvDTE90a