CoreFrameworkInputViewOcclusionsChangedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含 CoreFrameworkInputView.OcclusionsChanged 事件的事件資料。
public ref class CoreFrameworkInputViewOcclusionsChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreFrameworkInputViewOcclusionsChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreFrameworkInputViewOcclusionsChangedEventArgs
Public NotInheritable Class CoreFrameworkInputViewOcclusionsChangedEventArgs
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 11 (已於 10.0.22000.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)
|
備註
應用程式必須位於前景, CoreFrameworkInputView.OcclusionsChanged 事件才能引發。
屬性
Handled |
取得或設定值,這個值會將事件標示為已處理。 Handled 的 true 值可防止事件路由上的大部分處理常式再次處理相同的事件。 |
Occlusions |
取得目前遮蔽應用程式的輸入窗格集合 (和相關聯的 UI) 。 |