SysHolographicRuntimeRegistration.IsActive 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得系統全像攝影執行時間是否為作用中。 此 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。