ITaskList.CommentTokens Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the list of IVsCommentTaskTokens the user has defined.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Shell::ICommentTaskToken ^> ^ CommentTokens { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Shell::ICommentTaskToken ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.ICommentTaskToken> CommentTokens { get; }
member this.CommentTokens : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.ICommentTaskToken>
Public ReadOnly Property CommentTokens As IReadOnlyList(Of ICommentTaskToken)
Property Value
Returns IReadOnlyList<T>.