ITextBufferFactoryService Methods

 

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

NameDescription
System_CAPS_pubmethodCreateTextBuffer()

Creates an empty ITextBuffer with IContentType "text".

System_CAPS_pubmethodCreateTextBuffer(IContentType^)

Creates an empty ITextBuffer with the specified IContentType.

System_CAPS_pubmethodCreateTextBuffer(String^, IContentType^)

Creates an ITextBuffer with the specified IContentType and populates it with the given text.

System_CAPS_pubmethodCreateTextBuffer(TextReader^, IContentType^)

Creates an ITextBuffer with the given content type and populates it by reading data from the specified text reader.

Return to top
Show: