CoreInputViewHidingEventArgs.TryCancel 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果输入窗格) 可见,则尝试取消与 CoreInputView (关联的输入窗格的 PrimaryViewHiding 事件。
public:
virtual bool TryCancel() = TryCancel;
bool TryCancel();
public bool TryCancel();
function tryCancel()
Public Function TryCancel () As Boolean
返回
Boolean
bool
如果操作成功,则为 True。 否则为 false。