SystemFunctionLockIndicatorChangedEventArgs.Timestamp 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
屬性值
SystemFunctionLockIndicatorChanged事件的日期和時間。
備註
此 API 適用于協助工具工具作為從硬體系統按鈕攔截事件的低階勾點。
SystemButtonEventController 事件註冊會套用整個系統,而且是初次提供、第一次提供服務。 如果應用程式或服務將 SystemButtonEventController 事件 Handled 屬性設定為 true,則針對相同事件通知在該應用程式或服務之後註冊的應用程式或服務將不會收到通知。