ISequenceElement Interface
Represents the basic element in a sequence of elements that compose an ITextViewLine.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Interface ISequenceElement
public interface ISequenceElement
public interface class ISequenceElement
type ISequenceElement = interface end
public interface ISequenceElement
The ISequenceElement type exposes the following members.
Properties
Name | Description | |
---|---|---|
ShouldRenderText | Determines whether the text in the span should be rendered in the ITextViewLine. | |
Span | Gets the IMappingSpan of the element. |
Top