Click or drag to resize
FormatCommenterLineFormats Property
Gets a collection of line 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<LineCommentFormat> LineFormats { get; }

Property Value

Type: ReadOnlyCollectionLineCommentFormat
A collection of line comment formats recognized by this commenter.
See Also