ITextViewModelProvider Interface
Visual Studio 2015
Provides ITextViewModel objects.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | CreateTextViewModel(ITextDataModel, ITextViewRoleSet) | Creates an ITextViewModel for the given ITextDataModel. |
This is a MEF component part, and should be exported with the following attribute:
[Export(typeof(ITextModelProvider))]
Component exporters must specify at least one ContentTypeAttribute characterizing the data models to which they apply.
Show:
