Share via


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)

Syntax

'Declaration
ReadOnly Property OnUIThread As Boolean
bool OnUIThread { get; }
property bool OnUIThread {
    bool get ();
}
abstract OnUIThread : bool with get
function get OnUIThread () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

IVsTeamExplorer Interface

Microsoft.TeamFoundation.Common Namespace