Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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.