AppRecordingSavedScreenshotInfo.MediaEncodingSubtype プロパティ

定義

SaveScreenshotToFilesAsync で保存されたスクリーンショットがエンコードされたイメージ形式のメディア エンコード サブタイプを表す文字列を取得します。

public:
 property Platform::String ^ MediaEncodingSubtype { Platform::String ^ get(); };
winrt::hstring MediaEncodingSubtype();
public string MediaEncodingSubtype { get; }
var string = appRecordingSavedScreenshotInfo.mediaEncodingSubtype;
Public ReadOnly Property MediaEncodingSubtype As String

プロパティ値

String

Platform::String

winrt::hstring

保存されたスクリーンショットのメディア エンコード サブタイプを表す文字列。

注釈

非同期の SaveScreenshotToFilesAsync 操作によって返される AppRecordingSavedScreenshotResult オブジェクトの SavedSCreenshotInfos プロパティにアクセスして、アプリのスクリーンショット操作の結果を表す AppRecordingSavedScreenShotInfo オブジェクトの一覧を取得します。

適用対象