IWpfTextView.FormattedLineSource Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the text formatter used by the view.
public:
property Microsoft::VisualStudio::Text::Formatting::IFormattedLineSource ^ FormattedLineSource { Microsoft::VisualStudio::Text::Formatting::IFormattedLineSource ^ get(); };
C++/CX
public:
property Microsoft::VisualStudio::Text::Formatting::IFormattedLineSource ^ FormattedLineSource { Microsoft::VisualStudio::Text::Formatting::IFormattedLineSource ^ get(); };
public Microsoft.VisualStudio.Text.Formatting.IFormattedLineSource FormattedLineSource { get; }
member this.FormattedLineSource : Microsoft.VisualStudio.Text.Formatting.IFormattedLineSource
Public ReadOnly Property FormattedLineSource As IFormattedLineSource
The text formatter used by the view.
This property will be null during the view's initialization.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |