ITextAndAdornmentSequencerFactoryService Interface

Definition

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.

Applies to