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


IContentTypeRegistryService.ContentTypes - свойство

Получает перечисление всех типов содержимого, включая "неизвестный" тип содержимого.

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

Синтаксис

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

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

Тип: IEnumerable<IContentType>
Типы содержимого.

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

См. также

Ссылки

IContentTypeRegistryService Интерфейс

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