This documentation is archived and is not being maintained.

IVsTeamExplorer::OnUIThread Property

Gets a flag indicating whether this object is on the user interface thread.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

property bool OnUIThread {
	bool get ();
}

Property Value

Type: System::Boolean
True if this object is on the user interface thread; otherwise, false.

Show: