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