IVsDataHostService.UIThread Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.