IVsEnumCommentTaskTokens Interface
Enumerates a collection of comment task tokens associated with the task list.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
See illustrations of the calling of this interface in the sample Figures Language Service Sample Service.
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.