Freigeben über


ProcessKeyboardAcceleratorEventArgs Klasse

Definition

Stellt Ereignisdaten für das ProcessKeyboardAccelerators-Ereignis bereit.

public ref class ProcessKeyboardAcceleratorEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ProcessKeyboardAcceleratorEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ProcessKeyboardAcceleratorEventArgs final
[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
Public NotInheritable Class ProcessKeyboardAcceleratorEventArgs
Vererbung
Object Platform::Object IInspectable ProcessKeyboardAcceleratorEventArgs
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Eigenschaften

Handled

Ruft einen Wert ab, der das Ereignis als behandelt markiert, oder legt diesen fest.

Key

Ruft die virtuelle Taste (in Verbindung mit mindestens einer Modifizierertaste) für eine Tastenkombination (Tastenkombination) ab.

Eine Tastenkombination wird aufgerufen, wenn die mit der Tastenkombination zugeordneten Modifizierertasten gedrückt werden und gleichzeitig die Nicht-Modifizierertaste gedrückt wird. Beispielsweise STRG+C für Kopieren und STRG+S zum Speichern.

Modifiers

Ruft die virtuelle Taste ab, die zum Ändern eines anderen Tastendrucks für eine Tastenkombination (Tastenkombination) verwendet wird.

Eine Tastenkombination wird aufgerufen, wenn die mit der Tastenkombination zugeordneten Modifizierertasten gedrückt werden und gleichzeitig die Nicht-Modifizierertaste gedrückt wird. Beispielsweise STRG+C für Kopieren und STRG+S zum Speichern.

Gilt für:

Weitere Informationen