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)
Syntax
'Declaration
<GuidAttribute("EC47207E-5A2A-45D4-9FA4-F9AB94E380B4")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumCommentTaskTokens
[GuidAttribute("EC47207E-5A2A-45D4-9FA4-F9AB94E380B4")]
[InterfaceTypeAttribute()]
public interface IVsEnumCommentTaskTokens
[GuidAttribute(L"EC47207E-5A2A-45D4-9FA4-F9AB94E380B4")]
[InterfaceTypeAttribute()]
public interface class IVsEnumCommentTaskTokens
[<GuidAttribute("EC47207E-5A2A-45D4-9FA4-F9AB94E380B4")>]
[<InterfaceTypeAttribute()>]
type IVsEnumCommentTaskTokens = interface end
public interface IVsEnumCommentTaskTokens
The IVsEnumCommentTaskTokens type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | Creates another enumerator that contains the same enumeration state as the current one. | |
Next | Retrieves a specified number of comment task tokens in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. | |
Skip | Skips a specified number of comment task tokens in the enumeration sequence. |
Top
Remarks
See illustrations of the calling of this interface in the sample Figures Language Service 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.