InputPaneVisibilityEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class InputPaneVisibilityEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class InputPaneVisibilityEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class InputPaneVisibilityEventArgs
Public NotInheritable Class InputPaneVisibilityEventArgs
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
您的應用程式會在 隱藏 和 顯示 事件處理常式中接收這個類別。
在某些情況下,不支援重迭 UI,例如 InputPane 。 這包括:
- 全螢幕模式中的應用程式,例如 遊戲。
- 全像攝影檢視中的 Windows 全像攝影應用程式。
注意
這個類別不是敏捷的,這表示您必須考慮其執行緒模型和封送處理行為。 如需詳細資訊,請參閱 執行緒和封送處理 (C++/CX) 。
屬性
EnsuredFocusedElementInView |
識別應用程式是否已採取步驟,以確保輸入窗格未涵蓋具有焦點的 UI 元素。 |
OccludedRect |
取得輸入窗格所涵蓋之應用程式視窗的區域。 |