Share via


HolographicViewConfiguration.SupportedPixelFormats プロパティ

定義

この HolographicViewConfiguration でサポートされているピクセル形式の一覧を取得します。

public:
 property IVectorView<DirectXPixelFormat> ^ SupportedPixelFormats { IVectorView<DirectXPixelFormat> ^ get(); };
IVectorView<DirectXPixelFormat> SupportedPixelFormats();
public IReadOnlyList<DirectXPixelFormat> SupportedPixelFormats { get; }
var iVectorView = holographicViewConfiguration.supportedPixelFormats;
Public ReadOnly Property SupportedPixelFormats As IReadOnlyList(Of DirectXPixelFormat)

プロパティ値

Windows.Graphics.DirectX.DirectXPixelFormat 値のコレクション。各値は HolographicViewConfiguration.PixelFormat プロパティを使用して設定できます。

適用対象

こちらもご覧ください