Click or drag to resize
FormatCommenterPreferredLineFormat Property
Gets the preferred LineCommentFormat to use when creating new line 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 LineCommentFormat PreferredLineFormat { get; }

Property Value

Type: LineCommentFormat

The preferred LineCommentFormat.

-or-

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

See Also