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)

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

NameDescription
System_CAPS_pubmethodClone(IVsEnumCommentTaskTokens)

Creates another enumerator that contains the same enumeration state as the current one.

System_CAPS_pubmethodNext(UInt32, IVsCommentTaskToken[], UInt32)

Retrieves a specified number of comment task tokens in the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(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.

Return to top
Show: