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
Public property ShouldRenderText Determines whether the text in the span should be rendered in the ITextViewLine.
Public property Span Gets the IMappingSpan of the element.

Top

See Also

Reference

Microsoft.VisualStudio.Text.Formatting Namespace