ProcessInputEventArgs.PopInput 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
移除临时区域堆栈顶部的输入事件。
public:
System::Windows::Input::StagingAreaInputItem ^ PopInput();
[System.Security.SecurityCritical]
public System.Windows.Input.StagingAreaInputItem PopInput ();
public System.Windows.Input.StagingAreaInputItem PopInput ();
[<System.Security.SecurityCritical>]
member this.PopInput : unit -> System.Windows.Input.StagingAreaInputItem
member this.PopInput : unit -> System.Windows.Input.StagingAreaInputItem
Public Function PopInput () As StagingAreaInputItem
返回
位于临时区域堆栈顶部的输入事件。 如果临时区域为空,则返回值将是 null
。
- 属性