英語で読む

次の方法で共有


ProcessKeyboardAcceleratorEventArgs クラス

定義

ProcessKeyboardAccelerators イベントのイベント データを提供します。

[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ProcessKeyboardAcceleratorEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ProcessKeyboardAcceleratorEventArgs
継承
Object ProcessKeyboardAcceleratorEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

プロパティ

Handled

イベントを処理対象としてマークする値を取得または設定します。

Key

キーボード ショートカット (アクセラレータ) の仮想キー (1 つ以上の修飾子キーと組み合わせて使用) を取得します。

ショートカットで割り当てられた修飾キーが押され、非修飾キーが同時に押されると、キーボード ショートカットが呼び出されます。 たとえば、コピーの場合は Ctrl + C、保存の場合は Ctrl + S です。

Modifiers

キーボード ショートカット (アクセラレータ) の別のキープレスを変更するために使用される仮想キーを取得します。

ショートカットで割り当てられた修飾キーが押され、非修飾キーが同時に押されると、キーボード ショートカットが呼び出されます。 たとえば、コピーの場合は Ctrl + C、保存の場合は Ctrl + S です。

適用対象

製品 バージョン
WinRT Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

こちらもご覧ください