This documentation is archived and is not being maintained.
IVsTeamExplorer::InvokeInUIThread Method
Visual Studio 2013
Invokes the specified delegate method on the user interface thread.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Parameters
- method
- Type: System::Delegate
The delegate method to invoke.
- args
- Type: array<System::Object>
Arguments for the method to invoke.
- 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.
Show: