Click or drag to resize
FormatCommenterPreferredBlockFormat Property
Gets the preferred BlockCommentFormat to use when creating new block comments.

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 BlockCommentFormat PreferredBlockFormat { get; }

Property Value

Type: BlockCommentFormat

The preferred BlockCommentFormat.

-or-

if this commenter does not support creating block comments with the Comment command.

See Also