Share via


BasicAsyncPlugin.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
Protected ReadOnly Property OnUIThread As Boolean
'Usage
Dim value As Boolean 

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BasicAsyncPlugin Class

BasicAsyncPlugin Members

Microsoft.TeamFoundation.Common Namespace