次の方法で共有


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。

適用対象