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