ITextAndAdornmentSequencerFactoryService.Create(ITextView) Method
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.
Creates an ITextAndAdornmentSequencer for the specified ITextView.
public:
Microsoft::VisualStudio::Text::Formatting::ITextAndAdornmentSequencer ^ Create(Microsoft::VisualStudio::Text::Editor::ITextView ^ view);
public:
Microsoft::VisualStudio::Text::Formatting::ITextAndAdornmentSequencer ^ Create(Microsoft::VisualStudio::Text::Editor::ITextView ^ view);
Microsoft::VisualStudio::Text::Formatting::ITextAndAdornmentSequencer Create(Microsoft::VisualStudio::Text::Editor::ITextView const & view);
public Microsoft.VisualStudio.Text.Formatting.ITextAndAdornmentSequencer Create (Microsoft.VisualStudio.Text.Editor.ITextView view);
abstract member Create : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Text.Formatting.ITextAndAdornmentSequencer
Public Function Create (view As ITextView) As ITextAndAdornmentSequencer
Parameters
Returns
The ITextAndAdornmentSequencer.