Click or drag to resize
ICommenter Interface
This interface provides methods for commenting and uncommenting spans of text within a text editor.

Namespace: Tvl.VisualStudio.Text.Commenter.Interfaces
Assembly: Tvl.VisualStudio.Text.Commenter.Interfaces (in Tvl.VisualStudio.Text.Commenter.Interfaces.dll) Version: 1.0.0.0
Syntax
public interface ICommenter

The ICommenter type exposes the following members.

Methods
  NameDescription
Public methodCommentSpans
Comments out spans of code.
Public methodUncommentSpans
Uncomments spans of code.
Top
See Also