Freigeben über


IContentTypeRegistryService.ContentTypes-Eigenschaft

Ruft eine Enumeration aller Inhaltstypen ab, einschließlich des Inhaltstyps "Unknown".

Namespace:  Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

Syntax

'Declaration
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>

Eigenschaftswert

Typ: IEnumerable<IContentType>
Die Inhaltstypen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IContentTypeRegistryService Schnittstelle

Microsoft.VisualStudio.Utilities-Namespace