ILineTransformSourceProvider Interface

 

Provides ILineTransformSource objects.

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

public interface ILineTransformSourceProvider

NameDescription
System_CAPS_pubmethodCreate(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.

Return to top
Show: