ILineTransformSourceProvider Interface
Visual Studio 2015
Provides ILineTransformSource objects.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | Create(IWpfTextView) | Creates an ILineTransformSource for the specified text view. |
This is a MEF component part, and should be exported with the following attribute:
[Export(typeof(ILineTransformSourceProvider))]
Exporters must supply a ContentTypeAttribute and a TextViewRoleAttribute.
Show:
