Share via


IVsTeamExplorer.OnUIThread Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
ReadOnly Property OnUIThread As Boolean
'Usage
Dim instance As IVsTeamExplorer 
Dim value As Boolean 

value = instance.OnUIThread
bool OnUIThread { get; }
property bool OnUIThread {
    bool get ();
}
function get OnUIThread () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IVsTeamExplorer Interface

IVsTeamExplorer Members

Microsoft.TeamFoundation.Common Namespace