ITextEditorFactoryService Methods

Include Protected Members
Include Inherited Members

The ITextEditorFactoryService type exposes the following members.

Methods

  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.
Public method CreateTextViewHost Creates a host for the text view.
Public method CreateTextViewRoleSet(IEnumerable<String>) Creates a ITextViewRoleSet containing the given roles.
Public method CreateTextViewRoleSet(array<String[]) Creates a ITextViewRoleSet containing the given roles.

Top

See Also

Reference

ITextEditorFactoryService Interface

Microsoft.VisualStudio.Text.Editor Namespace