다음을 통해 공유


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입니다.

적용 대상