다음을 통해 공유


Debugger4.CurrentThread 속성

디버깅하고 있는 현재 스레드를 가져오거나 설정합니다.

네임스페이스:  EnvDTE90a
어셈블리:  EnvDTE90a(EnvDTE90a.dll)

구문

‘선언
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)

속성 값

형식: Thread
Thread 개체

설명

CurrentThread을 참조하십시오.

.NET Framework 보안

참고 항목

참조

Debugger4 인터페이스

EnvDTE90a 네임스페이스