次の方法で共有


IVsDataHostService.UIThread Property

Definition

Gets the main (UI) thread running in the Visual Studio process.

public:
 property System::Threading::Thread ^ UIThread { System::Threading::Thread ^ get(); };
public System.Threading.Thread UIThread { get; }
member this.UIThread : System.Threading.Thread
Public ReadOnly Property UIThread As Thread

Property Value

The main (UI) thread running in the Visual Studio process.

Applies to