BitmapCodecInformation.FileExtensions Property

Definition

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

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The list of supported file extensions.

Applies to