Click or drag to resize
FormatCommenterCommentFormats Property
Gets a collection of all comment formats recognized by this commenter.

Namespace: Tvl.VisualStudio.Text.Commenter
Assembly: Tvl.VisualStudio.Commenter.Utility.10 (in Tvl.VisualStudio.Commenter.Utility.10.dll) Version: 1.0.0.0
Syntax
public virtual ReadOnlyCollection<CommentFormat> CommentFormats { get; }

Property Value

Type: ReadOnlyCollectionCommentFormat
A collection of all comment formats recognized by this commenter.
See Also