Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
bool OnUIThread { get; }
property bool OnUIThread {
bool get ();
}
abstract OnUIThread : bool
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.