CoreInputViewShowingEventArgs クラス

定義

PrimaryViewShowing イベントのイベント データを格納します。

public ref class CoreInputViewShowingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreInputViewShowingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreInputViewShowingEventArgs
Public NotInheritable Class CoreInputViewShowingEventArgs
継承
Object Platform::Object IInspectable CoreInputViewShowingEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10, version 2004 (10.0.19041.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v10.0 で導入)

注釈

プライマリ ビューは CoreInputViewKind.Keyboard ビューまたは CoreInputViewKind.Handwriting ビューのいずれかを参照しますが、CoreInputView には CoreInputViewKind の値を指定できます。

メソッド

TryCancel()

CoreInputView ペインに関連付けられている入力ウィンドウの PrimaryViewShowing イベントを取り消そうとします (入力ウィンドウが表示されている場合)。

適用対象

こちらもご覧ください