Sdílet prostřednictvím


Debugger4.CurrentThread – vlastnost

Získá nebo nastaví aktuální podproces právě laděn.

Obor názvů:  EnvDTE90a
Sestavení:  EnvDTE90a (v EnvDTE90a.dll)

Syntaxe

'Deklarace
Property CurrentThread As Thread
Thread CurrentThread { get; set; }
property Thread^ CurrentThread {
    Thread^ get ();
    void set (Thread^ value);
}
abstract CurrentThread : Thread with get, set
function get CurrentThread () : Thread 
function set CurrentThread (value : Thread)

Hodnota vlastnosti

Typ: Thread
Objekt Thread.

Poznámky

Viz téma CurrentThread.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

Debugger4 Rozhraní

EnvDTE90a – obor názvů