Share via


SysHolographicDeploymentState Enumeration

Definition

Gibt den Bereitstellungsstatus eines holografischen Shellbereitstellungsvorgangs an.

Wichtig

Diese API ist nur für Komponenten des Windows-Betriebssystems verfügbar. Aufrufe dieser APIs schlagen zur Laufzeit für alle anderen Prozesse fehl. Diese APIs können in zukünftigen Windows-Releases geändert oder entfernt werden.

public enum class SysHolographicDeploymentState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
enum class SysHolographicDeploymentState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public enum SysHolographicDeploymentState
var value = Windows.System.Implementation.Holographic.SysHolographicDeploymentState.notInstalled
Public Enum SysHolographicDeploymentState
Vererbung
SysHolographicDeploymentState
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Holographic System Implementation Extension SDK (eingeführt in 10.0.17763.0)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (eingeführt in v1.0)

Felder

AppUpdatesRequired 2

App-Updates sind erforderlich.

FodUpdatesRequired 3

Feature-on-Demand-Paketupdates sind erforderlich.

Installed 1

Die holografische Shell ist installiert.

NotInstalled 0

Die holografische Shell ist nicht installiert.

RebootRequired 4

Es ist ein Neustart erforderlich.

Gilt für: