BitmapCodecInformation.FileExtensions 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 file extensions supported by the decoder or encoder.
public:
property IVectorView<Platform::String ^> ^ FileExtensions { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> FileExtensions();
public IReadOnlyList<string> FileExtensions { get; }
var iVectorView = bitmapCodecInformation.fileExtensions;
Public ReadOnly Property FileExtensions As IReadOnlyList(Of String)
Property Value
The list of supported file extensions.