SysHolographicWindowingEnvironmentComponentStatus Struktur
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.
Stellt die status einer Komponente der holografischen Shell dar.
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 value class SysHolographicWindowingEnvironmentComponentStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
struct SysHolographicWindowingEnvironmentComponentStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public struct SysHolographicWindowingEnvironmentComponentStatus
var sysHolographicWindowingEnvironmentComponentStatus = {
componentKind : /* Your value */,
componentState : /* Your value */,
statusCode : /* Your value */,
substatusCode : /* Your value */
}
Public Structure SysHolographicWindowingEnvironmentComponentStatus
- Vererbung
-
SysHolographicWindowingEnvironmentComponentStatus
- 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
ComponentKind |
Die Art der Komponente. |
ComponentState |
Der Zustand der Komponente. |
StatusCode |
Der Statuscode. |
SubstatusCode |
Der Unterstatuscode. |