ITextAndAdornmentSequencerFactoryService Interface
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.
Service to create an instance of an ITextAndAdornmentSequencer.
public interface class ITextAndAdornmentSequencerFactoryService
public interface class ITextAndAdornmentSequencerFactoryService
__interface ITextAndAdornmentSequencerFactoryService
public interface ITextAndAdornmentSequencerFactoryService
type ITextAndAdornmentSequencerFactoryService = interface
Public Interface ITextAndAdornmentSequencerFactoryService
Remarks
This is a MEF component part, and should be imported as follows: [Import] ITextAndAdornmentSequencerFactoryService factory = null;
Methods
Create(ITextView) |
Creates an ITextAndAdornmentSequencer for the specified ITextView. |