IVsTaskBody Interface
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
This interface and its method are used to encapsulate a body of work that is going to be executed in a task. Instead of using this interface, you should use the helper classes found in the VsTaskLibraryHelper namespace for managed or VsTaskLibraryHelper include files for native code to create instances of IVsTaskBody from anonymous methods.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | DoWork(IVsTask, UInt32, IVsTask[], Object) | This API supports the product infrastructure and is not intended to be used directly from your code. Performs the task work. |
Show:
