Click or drag to resize
FormatCommenterTextBuffer Property
Gets the underlying ITextBuffer for this commenter.

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 ITextBuffer TextBuffer { get; }

Property Value

Type: ITextBuffer
The underlying ITextBuffer for this commenter.
See Also