ILineTransformSourceProvider Interface
Provides ILineTransformSource objects.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Interface ILineTransformSourceProvider
public interface ILineTransformSourceProvider
public interface class ILineTransformSourceProvider
type ILineTransformSourceProvider = interface end
public interface ILineTransformSourceProvider
The ILineTransformSourceProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
Create | Creates an ILineTransformSource for the specified text view. |
Top
Remarks
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.