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 メソッドでサポートされているメディア エンコード サブタイプを表す文字列の一覧。

適用対象