BitmapCodecInformation.MimeTypes 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.
A collection of all the MIME/content types supported by the decoder or encoder. MIME type is synonymous with content type.
public:
property IVectorView<Platform::String ^> ^ MimeTypes { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> MimeTypes();
public IReadOnlyList<string> MimeTypes { get; }
var iVectorView = bitmapCodecInformation.mimeTypes;
Public ReadOnly Property MimeTypes As IReadOnlyList(Of String)
Property Value
The list of supported MIME/content types.