ITextBufferFactoryService Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | CreateTextBuffer() | Creates an empty ITextBuffer with IContentType "text". |
![]() | CreateTextBuffer(IContentType^) | Creates an empty ITextBuffer with the specified IContentType. |
![]() | CreateTextBuffer(String^, IContentType^) | Creates an ITextBuffer with the specified IContentType and populates it with the given text. |
![]() | CreateTextBuffer(TextReader^, IContentType^) | Creates an ITextBuffer with the given content type and populates it by reading data from the specified text reader. |
Show:
