Share via


ITextAndAdornmentCollection インターフェイス

定義

によって生成されたオブジェクトの ISequenceElement 一覧を ITextAndAdornmentSequencer表します。

public interface class ITextAndAdornmentCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::Text::Formatting::ISequenceElement ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Formatting::ISequenceElement ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::Text::Formatting::ISequenceElement ^>
public interface ITextAndAdornmentCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.Formatting.ISequenceElement>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Formatting.ISequenceElement>, System.Collections.Generic.IList<Microsoft.VisualStudio.Text.Formatting.ISequenceElement>
type ITextAndAdornmentCollection = interface
    interface IList<ISequenceElement>
    interface ICollection<ISequenceElement>
    interface seq<ISequenceElement>
    interface IEnumerable
Public Interface ITextAndAdornmentCollection
Implements ICollection(Of ISequenceElement), IEnumerable(Of ISequenceElement), IList(Of ISequenceElement)
実装

プロパティ

Sequencer

コレクションを ITextAndAdornmentSequencer 生成した を取得します。

拡張メソッド

EmptyIfNull<T>(IEnumerable<T>)

null でない場合は、この列挙体を返します。 null の場合は、空の列挙を返します。

適用対象