Click or drag to resize
FormatCommenterBlockFormats Property
Gets a collection of block 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<BlockCommentFormat> BlockFormats { get; }

Property Value

Type: ReadOnlyCollectionBlockCommentFormat
A collection of block comment formats recognized by this commenter.
See Also