Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.