Thread2 Interface

Represents a thread in a Visual Studio application.

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Syntax

'Declaration
<GuidAttribute("86FD0779-FBBE-41CC-B444-6EE8676F4F2C")> _
Public Interface Thread2 _
    Inherits Thread
'Usage
Dim instance As Thread2
[GuidAttribute("86FD0779-FBBE-41CC-B444-6EE8676F4F2C")]
public interface Thread2 : Thread
[GuidAttribute(L"86FD0779-FBBE-41CC-B444-6EE8676F4F2C")]
public interface class Thread2 : Thread
public interface Thread2 extends Thread

See Also

Reference

Thread2 Members

EnvDTE90 Namespace

Other Resources

Working With Threads and Processes

Automation Object Model Chart

How to: Use the Threads Window