ITextEditorFactoryService Methods

 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

NameDescription
System_CAPS_pubmethodCreateTextView()

Creates an IWpfTextView on a newly created ITextBuffer having content type "text".

System_CAPS_pubmethodCreateTextView(ITextBuffer^)

Creates an IWpfTextView that displays the contents of the specified text buffer.

System_CAPS_pubmethodCreateTextView(ITextBuffer^, ITextViewRoleSet^)

Creates an IWpfTextView that displays the contents of the specified text buffer.

System_CAPS_pubmethodCreateTextView(ITextBuffer^, ITextViewRoleSet^, IEditorOptions^)

Creates an IWpfTextView that displays the contents of the specified text buffer.

System_CAPS_pubmethodCreateTextView(ITextDataModel^, ITextViewRoleSet^, IEditorOptions^)

Creates an IWpfTextView that displays the contents of the data model.

System_CAPS_pubmethodCreateTextView(ITextViewModel^, ITextViewRoleSet^, IEditorOptions^)

Creates an IWpfTextView that displays the contents of the specified view model.

System_CAPS_pubmethodCreateTextViewHost(IWpfTextView^, Boolean)

Creates a host for the text view.

System_CAPS_pubmethodCreateTextViewRoleSet(IEnumerable<String^>^)

Creates a ITextViewRoleSet containing the given roles.

System_CAPS_pubmethodCreateTextViewRoleSet(array<String^>^)

Creates a ITextViewRoleSet containing the given roles.

Return to top
Show: