다음을 통해 공유


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 메서드에 지원되는 미디어 인코딩 하위 형식을 나타내는 문자열 목록입니다.

적용 대상