ILineTransformSourceProvider.Create(IWpfTextView) Method
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.
Creates an ILineTransformSource for the given textView
.
public:
Microsoft::VisualStudio::Text::Formatting::ILineTransformSource ^ Create(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ textView);
public:
Microsoft::VisualStudio::Text::Formatting::ILineTransformSource ^ Create(Microsoft::VisualStudio::Text::Editor::IWpfTextView ^ textView);
Microsoft::VisualStudio::Text::Formatting::ILineTransformSource Create(Microsoft::VisualStudio::Text::Editor::IWpfTextView const & textView);
public Microsoft.VisualStudio.Text.Formatting.ILineTransformSource Create (Microsoft.VisualStudio.Text.Editor.IWpfTextView textView);
abstract member Create : Microsoft.VisualStudio.Text.Editor.IWpfTextView -> Microsoft.VisualStudio.Text.Formatting.ILineTransformSource
Public Function Create (textView As IWpfTextView) As ILineTransformSource
Parameters
- textView
- IWpfTextView
The IWpfTextView on which the ILineTransformSource will format.
Returns
The new ILineTransformSource.
The value may be null if this ILineTransformSourceProvider decides not to participate.