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,則針對相同事件通知在該應用程式或服務之後註冊的應用程式或服務將不會收到通知。

適用於

另請參閱