Поделиться через


IContentType.BaseTypes - свойство

Возвращает набор всех типов содержимого, из которых current of IContentType наследуется.

Пространство имен:  Microsoft.VisualStudio.Utilities
Сборка:  Microsoft.VisualStudio.CoreUtility (в Microsoft.VisualStudio.CoreUtility.dll)

Синтаксис

'Декларация
ReadOnly Property BaseTypes As IEnumerable(Of IContentType)
IEnumerable<IContentType> BaseTypes { get; }
property IEnumerable<IContentType^>^ BaseTypes {
    IEnumerable<IContentType^>^ get ();
}
abstract BaseTypes : IEnumerable<IContentType> with get
function get BaseTypes () : IEnumerable<IContentType>

Значение свойства

Тип: IEnumerable<IContentType>
Набор всех типов содержимого, которым наследует текущий тип IContentType.Это значение не может быть равно nullссылка NULL (Nothing в Visual Basic), но может являться пустым набором.

Безопасность платформы .NET Framework

См. также

Ссылки

IContentType Интерфейс

Microsoft.VisualStudio.Utilities - пространство имен