ITaskList::CommentTokens Property
Visual Studio 2015
Get the list of IVsCommentTaskToken objects the user has defined.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
property IReadOnlyList<ICommentTaskToken^>^ CommentTokens {
IReadOnlyList<ICommentTaskToken^>^ get();
}
Property Value
Type: System.Collections.Generic::IReadOnlyList<ICommentTaskToken^>^Returns IReadOnlyList<T>.
Show: