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 中引入)

注解

应用在其 隐藏显示 事件处理程序中接收此类。

在某些情况下,不完全支持 InputPane 等覆盖 UI。 这包括:

  • 全屏模式下的应用,例如 游戏
  • 全息视图中的 Windows 全息应用。

注意

此类不是敏捷类,这意味着需要考虑其线程模型和封送处理行为。 有关详细信息,请参阅 线程处理和封送处理 (C++/CX)

属性

EnsuredFocusedElementInView

标识应用程序是否已采取措施确保输入窗格不会覆盖具有焦点的 UI 元素。

OccludedRect

获取输入窗格所覆盖的应用程序窗口的区域。

适用于