ILineTransformSourceProvider.Create Method

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)

Syntax

'Declaration
Function Create ( _
    textView As IWpfTextView _
) As ILineTransformSource
ILineTransformSource Create(
    IWpfTextView textView
)
ILineTransformSource^ Create(
    IWpfTextView^ textView
)
abstract Create : 
        textView:IWpfTextView -> ILineTransformSource
function Create(
    textView : IWpfTextView
) : ILineTransformSource

Parameters

Return Value

Type: Microsoft.VisualStudio.Text.Formatting.ILineTransformSource
The new ILineTransformSource. The value may be nulla null reference (Nothing in Visual Basic) if this ILineTransformSourceProvider decides not to participate.

.NET Framework Security

See Also

Reference

ILineTransformSourceProvider Interface

Microsoft.VisualStudio.Text.Formatting Namespace