IWpfTextView.FormattedLineSource Property
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 with get
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.