IContentTypeRegistryService::ContentTypes Property

 

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

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

property IEnumerable<IContentType^>^ ContentTypes {
	IEnumerable<IContentType^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<IContentType^>^

The content types.

Return to top
Show: