Freigeben über


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
'Usage
Dim instance As 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

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.

See Also

Reference

IVsEnumCommentTaskTokens Members

Microsoft.VisualStudio.Shell.Interop Namespace