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屬性來設定。

適用於

另請參閱