| FormatCommenterBlockFormats Property |
Gets a collection of block comment formats recognized by this commenter.
Namespace: Tvl.VisualStudio.Text.CommenterAssembly: Tvl.VisualStudio.Commenter.Utility.10 (in Tvl.VisualStudio.Commenter.Utility.10.dll) Version: 1.0.0.0
Syntax public virtual ReadOnlyCollection<BlockCommentFormat> BlockFormats { get; }
Public Overridable ReadOnly Property BlockFormats As ReadOnlyCollection(Of BlockCommentFormat)
Get
public:
virtual property ReadOnlyCollection<BlockCommentFormat^>^ BlockFormats {
ReadOnlyCollection<BlockCommentFormat^>^ get ();
}
abstract BlockFormats : ReadOnlyCollection<BlockCommentFormat> with get
override BlockFormats : ReadOnlyCollection<BlockCommentFormat> with get
Property Value
Type:
ReadOnlyCollectionBlockCommentFormat
A collection of block comment formats recognized by this commenter.
See Also