Compartir a través de


ITaskList.CommentTokens Propiedad

Definición

Obtiene la lista de IVsCommentTaskTokens que el usuario ha definido.

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 de propiedad

Devuelve IReadOnlyList<T>.

Se aplica a