Share via


AppRecordingManager.SupportedScreenshotMediaEncodingSubtypes Property

Definition

Gets a list of strings representing the media encoding subtypes supported for the SaveScreenshotToFilesAsync method.

public:
 property IVectorView<Platform::String ^> ^ SupportedScreenshotMediaEncodingSubtypes { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> SupportedScreenshotMediaEncodingSubtypes();
public IReadOnlyList<string> SupportedScreenshotMediaEncodingSubtypes { get; }
var iVectorView = appRecordingManager.supportedScreenshotMediaEncodingSubtypes;
Public ReadOnly Property SupportedScreenshotMediaEncodingSubtypes As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

A list of strings representing the media encoding subtypes supported for the SaveScreenshotToFilesAsync method.

Applies to