AppRecordingManager.SupportedScreenshotMediaEncodingSubtypes 属性

定义

获取表示 SaveScreenshotToFilesAsync 方法支持的媒体编码子类型的字符串列表。

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)

属性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

表示 SaveScreenshotToFilesAsync 方法支持的媒体编码子类型的字符串列表。

适用于