IWpfTextView.LineTransformSource Property
Gets the line transformer used by the view.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
ReadOnly Property LineTransformSource As ILineTransformSource
ILineTransformSource LineTransformSource { get; }
property ILineTransformSource^ LineTransformSource {
ILineTransformSource^ get ();
}
abstract LineTransformSource : ILineTransformSource with get
function get LineTransformSource () : ILineTransformSource
Property Value
Type: Microsoft.VisualStudio.Text.Formatting.ILineTransformSource
The line transformer used by the view.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.