IContentTypeRegistryService.ContentTypes Property

Definition

Gets an enumeration of all content types, including the "unknown" content type.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Utilities::IContentType ^> ^ ContentTypes { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Utilities::IContentType ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Utilities.IContentType> ContentTypes { get; }
member this.ContentTypes : seq<Microsoft.VisualStudio.Utilities.IContentType>
Public ReadOnly Property ContentTypes As IEnumerable(Of IContentType)

Property Value

The content types.

Applies to