ITextBufferFactoryService.CreateTextBuffer Method
Include Protected Members
Include Inherited Members
Creates a ITextBuffer.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
CreateTextBuffer() | Creates an empty ITextBuffer with IContentType "text". |
![]() |
CreateTextBuffer(IContentType) | Creates an empty ITextBuffer with the specified IContentType. |
![]() |
CreateTextBuffer(TextReader, IContentType) | Creates an ITextBuffer with the given content type and populates it by reading data from the specified text reader. |
![]() |
CreateTextBuffer(String, IContentType) | Creates an ITextBuffer with the specified IContentType and populates it with the given text. |
Top