Freigeben über


SysHolographicRuntimeRegistration.ActiveRuntime Eigenschaft

Definition

Ruft ab, welche Laufzeit aktiv ist, entweder die holografische Runtime des Systems oder eine andere Laufzeit. Diese API ist nur für Komponenten des Windows-Betriebssystems verfügbar.

public:
 property Platform::String ^ ActiveRuntime { Platform::String ^ get(); };
winrt::hstring ActiveRuntime();
public string ActiveRuntime { get; }
var string = sysHolographicRuntimeRegistration.activeRuntime;
Public ReadOnly Property ActiveRuntime As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Die aktive Runtime.

Hinweise

Aufrufe dieser APIs schlagen zur Laufzeit für alle Prozesse fehl, die keine Komponenten des Windows-Betriebssystems sind. Diese APIs können in zukünftigen Windows-Versionen geändert oder entfernt werden.

Gilt für: