共用方式為


InputPaneVisibilityEventArgs 類別

定義

提供輸入窗格的資料 隱藏顯示 事件。

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
繼承
Object Platform::Object IInspectable InputPaneVisibilityEventArgs
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

您的應用程式會在 隱藏顯示 事件處理常式中接收這個類別。

在某些情況下,不支援重迭 UI,例如 InputPane 。 這包括:

注意

這個類別不是敏捷的,這表示您必須考慮其執行緒模型和封送處理行為。 如需詳細資訊,請參閱 執行緒和封送處理 (C++/CX)

屬性

EnsuredFocusedElementInView

識別應用程式是否已採取步驟,以確保輸入窗格未涵蓋具有焦點的 UI 元素。

OccludedRect

取得輸入窗格所涵蓋之應用程式視窗的區域。

適用於