SysHolographicRuntimeRegistration.IsActive Property

Definition

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.

Applies to