SysHolographicRuntimeRegistration.IsActive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the system's holographic runtime is active. This API is available only to components of the Windows operating system.
public:
property bool IsActive { bool get(); };
bool IsActive();
public bool IsActive { get; }
var boolean = sysHolographicRuntimeRegistration.isActive;
Public ReadOnly Property IsActive As Boolean
Property Value
Boolean
bool
Whether the holographic runtime is active.
Remarks
Calls to these APIs will fail at runtime for all processes other than components of the Windows operating system. These APIs may be modified or removed in future Windows releases.