Freigeben über


HolographicViewConfiguration.SupportedPixelFormats Eigenschaft

Definition

Ruft eine Liste der unterstützten Pixelformate für diese HolographicViewConfiguration ab.

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)

Eigenschaftswert

Eine Auflistung von Windows.Graphics.DirectX.DirectXPixelFormat-Werten , die jeweils mit der HolographicViewConfiguration.PixelFormat-Eigenschaft festgelegt werden können.

Gilt für:

Weitere Informationen