IVsCommentTaskInfo Interface

 

Provides information about the comment task tokens used by the task list.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("D94C96DA-A6C4-4F52-84F6-52ECF05DEA3A")]
[InterfaceTypeAttribute(1)]
public interface IVsCommentTaskInfo

NameDescription
System_CAPS_pubmethodDefaultToken(IVsCommentTaskToken)

Returns the default comment task token.

System_CAPS_pubmethodEnumTokens(IVsEnumCommentTaskTokens)

Returns an enumerator for all comment task tokens (including the default token).

System_CAPS_pubmethodTokenCount(Int32)

Returns the number of comment task tokens.

Comment task tokens are used by the task list to identify comment tasks. This interface helps language services find out what comment tokens they should be searching for when they parse their code. If they find those comment tokens, they should send a comment task to the task list.

See illustrations of the calling of this interface in the sample .d166df06-9a77-491d-aa81-6834a4ad7e50

Notes to Callers:

Call this interface to manage the comment task tokens used by the task list.

Return to top
Show: