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
- 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.