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, возвращается пустое перечисление. |