ILineTransformSourceProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides ILineTransformSource objects.
public interface class ILineTransformSourceProvider
public interface class ILineTransformSourceProvider
__interface ILineTransformSourceProvider
public interface ILineTransformSourceProvider
type ILineTransformSourceProvider = interface
Public Interface ILineTransformSourceProvider
Remarks
This is a MEF component part, and should be exported with the following attribute: [Export(typeof(ILineTransformSourceProvider))] Exporters must supply a ContentTypeAttribute and TextViewRoleAttribute.
Methods
Create(IWpfTextView) |
Creates an ILineTransformSource for the given |