IFormattedLineSource.TextAndAdornmentSequencer Property
Definition
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 ITextAndAdornmentSequencer used by this source.
public:
property Microsoft::VisualStudio::Text::Formatting::ITextAndAdornmentSequencer ^ TextAndAdornmentSequencer { Microsoft::VisualStudio::Text::Formatting::ITextAndAdornmentSequencer ^ get(); };
public:
property Microsoft::VisualStudio::Text::Formatting::ITextAndAdornmentSequencer ^ TextAndAdornmentSequencer { Microsoft::VisualStudio::Text::Formatting::ITextAndAdornmentSequencer ^ get(); };
public Microsoft.VisualStudio.Text.Formatting.ITextAndAdornmentSequencer TextAndAdornmentSequencer { get; }
member this.TextAndAdornmentSequencer : Microsoft.VisualStudio.Text.Formatting.ITextAndAdornmentSequencer
Public ReadOnly Property TextAndAdornmentSequencer As ITextAndAdornmentSequencer
Property Value
The ITextAndAdornmentSequencer used by this source.