ITextViewModelProvider Interface

 

Provides ITextViewModel objects.

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

public interface ITextViewModelProvider

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.

Return to top
Show: