ITextEditorFactoryService Methods
Include Protected Members
Include Inherited Members
The ITextEditorFactoryService type exposes the following members.
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. | |
CreateTextViewHost | Creates a host for the text view. | |
CreateTextViewRoleSet(IEnumerable<String>) | Creates a ITextViewRoleSet containing the given roles. | |
CreateTextViewRoleSet(array<String[]) | Creates a ITextViewRoleSet containing the given roles. |
Top