ISequenceElement 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.
Represents the basic element in a sequence of elements that compose an ITextViewLine.
public interface class ISequenceElement
public interface class ISequenceElement
__interface ISequenceElement
public interface ISequenceElement
type ISequenceElement = interface
Public Interface ISequenceElement
- Derived
Properties
ShouldRenderText |
Determines whether the text in the span should be rendered in the ITextViewLine. |
Span |
Gets the IMappingSpan of the element. |