IVsEnumCommentTaskTokens Interface

Definition

Enumerates a collection of comment task tokens associated with the task list.

public interface class IVsEnumCommentTaskTokens
public interface class IVsEnumCommentTaskTokens
__interface IVsEnumCommentTaskTokens
[System.Runtime.InteropServices.Guid("EC47207E-5A2A-45D4-9FA4-F9AB94E380B4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumCommentTaskTokens
[System.Runtime.InteropServices.Guid("EC47207E-5A2A-45D4-9FA4-F9AB94E380B4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumCommentTaskTokens
[<System.Runtime.InteropServices.Guid("EC47207E-5A2A-45D4-9FA4-F9AB94E380B4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumCommentTaskTokens = interface
[<System.Runtime.InteropServices.Guid("EC47207E-5A2A-45D4-9FA4-F9AB94E380B4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumCommentTaskTokens = interface
Public Interface IVsEnumCommentTaskTokens
Attributes

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.

Methods

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.

Applies to