SystemEvents.CreateTimer(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立與系統事件視窗關聯的新視窗計時器。
public:
static IntPtr CreateTimer(int interval);
public static IntPtr CreateTimer (int interval);
static member CreateTimer : int -> nativeint
Public Shared Function CreateTimer (interval As Integer) As IntPtr
參數
- interval
- Int32
指定計時器告知的間隔時間 (以毫秒為單位)。
傳回
IntPtr
nativeint
新計時器的 ID。
例外狀況
間隔是小於或等於零。
目前內容不支援系統事件告知。 例如,伺服器處理序可能就不支援全域系統事件告知。
建立系統事件視窗執行緒的動作失敗,或建立計時器的動作失敗。