ITaskList::CommentTokens Property

Visual Studio 2015
 

Get the list of IVsCommentTaskToken objects the user has defined.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

property IReadOnlyList<ICommentTaskToken^>^ CommentTokens {
	IReadOnlyList<ICommentTaskToken^>^ get();
}
Return to top
Show: