Click or drag to resize
ICommenterProvider Interface
This interface defines a component which provides an ICommenter implementation for a ITextBuffer.

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 ICommenterProvider

The ICommenterProvider type exposes the following members.

Methods
  NameDescription
Public methodTryCreateCommenter
Gets the ICommenter implementation for the specified ITextBuffer.
Top
Remarks

Extensions which implement support for custom languages can export an instance of this interface to provide support for the Comment and Uncomment commands. Several examples for the use of this interface are given in the documentation for the Commenter Service.

See Also