Share via


ITextEditorFactoryService.CreateTextView Method

Include Protected Members
Include Inherited Members

Creates an IWpfTextView on 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
Public method CreateTextView() Creates an IWpfTextView on a newly created ITextBuffer having content type "text".
Public method CreateTextView(ITextBuffer) Creates an IWpfTextView that displays the contents of the specified text buffer.
Public method CreateTextView(ITextBuffer, ITextViewRoleSet) Creates an IWpfTextView that displays the contents of the specified text buffer.
Public method CreateTextView(ITextBuffer, ITextViewRoleSet, IEditorOptions) Creates an IWpfTextView that displays the contents of the specified text buffer.
Public method CreateTextView(ITextDataModel, ITextViewRoleSet, IEditorOptions) Creates an IWpfTextView that displays the contents of the data model.
Public method CreateTextView(ITextViewModel, ITextViewRoleSet, IEditorOptions) Creates an IWpfTextView that displays the contents of the specified view model.

Top

See Also

Reference

ITextEditorFactoryService Interface

Microsoft.VisualStudio.Text.Editor Namespace