IContentTypeRegistryService.ContentTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.