This topic has not yet been rated - Rate this topic

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)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("EC47207E-5A2A-45D4-9FA4-F9AB94E380B4")] 
public interface IVsEnumCommentTaskTokens
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("EC47207E-5A2A-45D4-9FA4-F9AB94E380B4") */ 
public interface IVsEnumCommentTaskTokens
InterfaceTypeAttribute(1) 
GuidAttribute("EC47207E-5A2A-45D4-9FA4-F9AB94E380B4") 
public interface IVsEnumCommentTaskTokens

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ