Share via


ITaskList.CommentTokens 屬性

定義

取得使用者已定義的清單 IVsCommentTaskToken

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)

屬性值

傳回 IReadOnlyList<T>

適用於