IVsTaskBody Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("05A07459-551F-4CDF-B38A-16089D083110")]
public interface IVsTaskBody

NameDescription
System_CAPS_pubmethodDoWork(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.

Return to top
Show: