共用方式為


WebViewControlAcceleratorKeyPressedEventArgs 類別

定義

public ref class WebViewControlAcceleratorKeyPressedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlAcceleratorKeyPressedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebViewControlAcceleratorKeyPressedEventArgs
Public NotInheritable Class WebViewControlAcceleratorKeyPressedEventArgs
繼承
Object Platform::Object IInspectable WebViewControlAcceleratorKeyPressedEventArgs
屬性

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)

屬性

EventType

取得事件種類。

Handled

取得或設定值,這個值會將路由事件標示為已處理。 Handled 的 true 值可防止事件路由上的其他處理常式再次處理相同的事件。

KeyStatus

取得索引鍵狀態。

RoutingStage

取得路由階段。

VirtualKey

取得虛擬金鑰。

適用於