IWpfTextView.LineTransformSource Property
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.
Gets the line transformer used by the view.
public:
property Microsoft::VisualStudio::Text::Formatting::ILineTransformSource ^ LineTransformSource { Microsoft::VisualStudio::Text::Formatting::ILineTransformSource ^ get(); };
public:
property Microsoft::VisualStudio::Text::Formatting::ILineTransformSource ^ LineTransformSource { Microsoft::VisualStudio::Text::Formatting::ILineTransformSource ^ get(); };
public Microsoft.VisualStudio.Text.Formatting.ILineTransformSource LineTransformSource { get; }
member this.LineTransformSource : Microsoft.VisualStudio.Text.Formatting.ILineTransformSource
Public ReadOnly Property LineTransformSource As ILineTransformSource
Property Value
The line transformer used by the view.