Click or drag to resize
FormatCommenter Properties

The FormatCommenter type exposes the following members.

Properties
  NameDescription
Public propertyBlockFormats
Gets a collection of block comment formats recognized by this commenter.
Public propertyCommentFormats
Gets a collection of all comment formats recognized by this commenter.
Public propertyLineFormats
Gets a collection of line comment formats recognized by this commenter.
Public propertyPreferredBlockFormat
Gets the preferred BlockCommentFormat to use when creating new block comments.
Public propertyPreferredLineFormat
Gets the preferred LineCommentFormat to use when creating new line comments.
Public propertyTextBuffer
Gets the underlying ITextBuffer for this commenter.
Public propertyUseLineComments
Gets whether the commenter should prefer to use line comments when commenting selections of code.
Top
See Also