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 text formatter 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 FormattedLineSource As IFormattedLineSource
IFormattedLineSource FormattedLineSource { get; }
property IFormattedLineSource^ FormattedLineSource {
IFormattedLineSource^ get ();
}
abstract FormattedLineSource : IFormattedLineSource
function get FormattedLineSource () : IFormattedLineSource
Property Value
Type: Microsoft.VisualStudio.Text.Formatting.IFormattedLineSource
The text formatter used by the view.
Remarks
This property is nulla null reference (Nothing in Visual Basic) during the initialization of 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.