次の方法で共有


SystemFunctionLockIndicatorChangedEventArgs.Timestamp プロパティ

定義

SystemFunctionLockIndicatorChanged イベントの日時を取得します。

public:
 property unsigned long long Timestamp { unsigned long long get(); };
uint64_t Timestamp();
public ulong Timestamp { get; }
var uInt64 = systemFunctionLockIndicatorChangedEventArgs.timestamp;
Public ReadOnly Property Timestamp As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

SystemFunctionLockIndicatorChanged イベントの日時。

注釈

この API は、ハードウェア システム ボタンからイベントをインターセプトするための低レベルフックとしてアクセシビリティ ツールで使用することを目的としています。

SystemButtonEventController イベント登録はシステム全体に適用され、先着順です。 アプリケーションまたはサービスによって SystemButtonEventController イベント Handled プロパティが true に設定されている場合、同じイベント通知のアプリまたはサービスの後に登録されたアプリケーションまたはサービスは通知を受け取りません。

適用対象

こちらもご覧ください