ITextAndAdornmentCollection.Sequencer 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 that generated the collection.
public:
property Microsoft::VisualStudio::Text::Formatting::ITextAndAdornmentSequencer ^ Sequencer { Microsoft::VisualStudio::Text::Formatting::ITextAndAdornmentSequencer ^ get(); };
public:
property Microsoft::VisualStudio::Text::Formatting::ITextAndAdornmentSequencer ^ Sequencer { Microsoft::VisualStudio::Text::Formatting::ITextAndAdornmentSequencer ^ get(); };
public Microsoft.VisualStudio.Text.Formatting.ITextAndAdornmentSequencer Sequencer { get; }
member this.Sequencer : Microsoft.VisualStudio.Text.Formatting.ITextAndAdornmentSequencer
Public ReadOnly Property Sequencer As ITextAndAdornmentSequencer
Property Value
The ITextAndAdornmentSequencer that generated the collection.