CoreInputViewHidingEventArgs.TryCancel 方法

定义

如果输入窗格) 可见,则尝试取消与 CoreInputView (关联的输入窗格的 PrimaryViewHiding 事件。

public:
 virtual bool TryCancel() = TryCancel;
bool TryCancel();
public bool TryCancel();
function tryCancel()
Public Function TryCancel () As Boolean

返回

Boolean

bool

如果操作成功,则为 True。 否则为 false。

适用于