SysHolographicWindowingEnvironment.IsSystemHomeGestureHandlerSuppressed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定系統是否隱藏主手勢的自然處理。 此 API 僅適用于 Windows 作業系統的元件。
public:
property bool IsSystemHomeGestureHandlerSuppressed { bool get(); void set(bool value); };
bool IsSystemHomeGestureHandlerSuppressed();
void IsSystemHomeGestureHandlerSuppressed(bool value);
public bool IsSystemHomeGestureHandlerSuppressed { get; set; }
var boolean = sysHolographicWindowingEnvironment.isSystemHomeGestureHandlerSuppressed;
sysHolographicWindowingEnvironment.isSystemHomeGestureHandlerSuppressed = boolean;
Public Property IsSystemHomeGestureHandlerSuppressed As Boolean
屬性值
Boolean
bool
是否隱藏系統自然處理主手勢。
Windows 需求
裝置系列 |
Windows Holographic System Implementation Extension SDK (已於 10.0.18362.0 引進)
|
API contract |
Windows.System.Implementation.Holographic.HoloSysImplementationContract (已於 v2.0 引進)
|
備註
這些 API 的呼叫會在執行時間失敗,但 Windows 作業系統元件以外的所有進程都會失敗。 未來 Windows 版本中可能會修改或移除這些 API。