Compartilhar via


ITaskList.CommentTokens Propriedade

Definição

Obtenha a lista de IVsCommentTaskTokens que o usuário definiu.

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)

Valor da propriedade

Retorna IReadOnlyList<T>.

Aplica-se a