BasicAsyncPlugin.OnUIThread Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Protected ReadOnly Property OnUIThread As Boolean
Get
protected bool OnUIThread { get; }
protected:
property bool OnUIThread {
bool get ();
}
member OnUIThread : bool
function get OnUIThread () : boolean
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.