共用方式為


CoreInputViewOcclusionsChangedEventArgs 類別

定義

包含 OcclusionsChanged 事件的事件資料。

注意

HoloLens 不支援。

public ref class CoreInputViewOcclusionsChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreInputViewOcclusionsChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreInputViewOcclusionsChangedEventArgs
Public NotInheritable Class CoreInputViewOcclusionsChangedEventArgs
繼承
Object Platform::Object IInspectable CoreInputViewOcclusionsChangedEventArgs
屬性

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

備註

由架構 (使用,例如 XAML) 或自訂文字控制項。

您的應用程式可以先處理遮蔽事件。 如果您的應用程式未處理事件,這些事件會反升至任何需要處理事件的架構。

屬性

Handled

取得或設定值,這個值會將事件標示為已處理。 Handled 的 true 值可防止事件路由中的大部分處理常式再次處理相同的事件。

Occlusions

取得目前遮蔽應用程式的輸入窗格集合, (和相關聯的 UI) 。

適用於

另請參閱