| FormatCommenterTextBuffer Property |
Namespace: Tvl.VisualStudio.Text.CommenterAssembly: Tvl.VisualStudio.Commenter.Utility.10 (in Tvl.VisualStudio.Commenter.Utility.10.dll) Version: 1.0.0.0
Syntax public ITextBuffer TextBuffer { get; }
Public ReadOnly Property TextBuffer As ITextBuffer
Get
public:
property ITextBuffer^ TextBuffer {
ITextBuffer^ get ();
}
member TextBuffer : ITextBuffer with get
Property Value
Type:
ITextBuffer
The underlying
ITextBuffer for this commenter.
See Also