ILineTransformSourceProvider::Create Method (IWpfTextView^)
Visual Studio 2015
Creates an ILineTransformSource for the specified text view.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::IWpfTextView^
The IWpfTextView on which the ILineTransformSource will format.
Return Value
Type: Microsoft.VisualStudio.Text.Formatting::ILineTransformSource^The new ILineTransformSource. The value may be null if this ILineTransformSourceProvider decides not to participate.
Show: