SystemFunctionLockIndicatorChangedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SystemFunctionLockIndicatorChanged イベントのイベント データが含まれます。
public ref class SystemFunctionLockIndicatorChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SystemFunctionLockIndicatorChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SystemFunctionLockIndicatorChangedEventArgs
Public NotInheritable Class SystemFunctionLockIndicatorChangedEventArgs
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10, version 2004 (10.0.19041.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v10.0 で導入)
|
注釈
この API は、ハードウェア システム ボタンからイベントをインターセプトするための低レベルフックとして、アクセシビリティ ツールで使用することを目的としています。
SystemButtonEventController イベント登録は、システム全体に適用され、先着順です。 アプリケーションまたはサービスで SystemButtonEventController イベント Handled プロパティが true に設定されている場合、同じイベント通知のそのアプリまたはサービスの後に登録されたアプリケーションまたはサービスは通知を受け取りません。
プロパティ
Handled |
SystemFunctionLockIndicatorChanged イベントを処理済みとしてマークする値を取得または設定します。 |
IsIndicatorOn |
SystemFunctionLockIndicatorChanged イベントの Fn ハードウェア システム ボタン ロック インジケーターの状態を取得します。 |
Timestamp |
SystemFunctionLockIndicatorChanged イベントの日時を取得します。 |