ILineTransformSourceProvider::Create Method (IWpfTextView^)

 

Creates an ILineTransformSource for the specified text view.

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

ILineTransformSource^ Create(
	IWpfTextView^ textView
)

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.

Return to top
Show: