IVsEnumTaskItems Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Clone(IVsEnumTaskItems^) | Creates an enumerator that contains the same state as the current enumerator. |
![]() | Next(UInt32, array<IVsTaskItem^>^, array<UInt32>^) | Retrieves a specified number of task items in the enumeration sequence. |
![]() | Reset() | Sets the enumeration sequence to the beginning. |
![]() | Skip(UInt32) | Skips a specified number of task items in the enumeration sequence. |
Show:
