HolographicViewConfiguration.SupportedPixelFormats Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.