IVsEnumCommentTaskTokens Interface
Visual Studio 2015
Enumerates a collection of comment task tokens associated with the task list.
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, 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. |
See illustrations of the calling of this interface in the sample Service.d166df06-9a77-491d-aa81-6834a4ad7e50
Notes to Callers:
VS Packages that want to parse text for comment task tokens in order to create comment tasks should call this interface to access the various comment task tokens, which are managed through the IVsCommentTaskInfo interface.
Show:
