ITextEditorFactoryService Interface
Visual Studio 2015
Creates editor views.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | AllPredefinedRoles | The set of all predefined text view roles. |
![]() | DefaultRoles | The set of roles that are used when creating a text view without specifying text view roles. |
![]() | NoRoles | The empty text view role set. |
| Name | Description | |
|---|---|---|
![]() | TextViewCreated | Raised when a ITextView is created. |
This is a MEF component part, and should be imported as follows:
[Import] ITextEditorFactoryService factory = null;
Show:


