ICommenterProvider Interface |
Namespace: Tvl.VisualStudio.Text.Commenter.Interfaces
The ICommenterProvider type exposes the following members.
Name | Description | |
---|---|---|
TryCreateCommenter |
Gets the ICommenter implementation for the specified ITextBuffer.
|
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.