ITextAndAdornmentSequencerFactoryService Interface
Visual Studio 2015
Service to create an instance of an ITextAndAdornmentSequencer.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | Create(ITextView) | Creates an ITextAndAdornmentSequencer for the specified ITextView. |
This is a MEF component part, and should be imported as follows:
[Import] internal ITextAndAdornmentSequencerFactoryService factory = null;
Show:
