共用方式為


SysHolographicRuntimeRegistration.IsActive 屬性

定義

取得系統全像攝影執行時間是否為作用中。 此 API 僅適用于 Windows 作業系統的元件。

public:
 property bool IsActive { bool get(); };
bool IsActive();
public bool IsActive { get; }
var boolean = sysHolographicRuntimeRegistration.isActive;
Public ReadOnly Property IsActive As Boolean

屬性值

Boolean

bool

全像攝影執行時間是否為作用中。

備註

這些 API 的呼叫會在執行時間失敗,但 Windows 作業系統元件以外的所有進程都會失敗。 未來 Windows 版本中可能會修改或移除這些 API。

適用於