Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Service to create an instance of an ITextAndAdornmentSequencer.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Interface ITextAndAdornmentSequencerFactoryService
public interface ITextAndAdornmentSequencerFactoryService
public interface class ITextAndAdornmentSequencerFactoryService
type ITextAndAdornmentSequencerFactoryService = interface end
public interface ITextAndAdornmentSequencerFactoryService
The ITextAndAdornmentSequencerFactoryService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Create | Creates an ITextAndAdornmentSequencer for the specified ITextView. |
Top
Remarks
This is a MEF component part, and should be imported as follows:
[Import]
internal ITextAndAdornmentSequencerFactoryService factory = null;