次の方法で共有


NSRunLoop.AddTimer メソッド

定義

オーバーロード

AddTimer(NSTimer, NSRunLoopMode)
AddTimer(NSTimer, NSString)

指定した入力モードで指定したタイマーを登録します。

AddTimer(NSTimer, NSRunLoopMode)

public void AddTimer (Foundation.NSTimer timer, Foundation.NSRunLoopMode forMode);
member this.AddTimer : Foundation.NSTimer * Foundation.NSRunLoopMode -> unit

パラメーター

timer
NSTimer
forMode
NSRunLoopMode

これを挿入する runloop。

適用対象

AddTimer(NSTimer, NSString)

指定した入力モードで指定したタイマーを登録します。

[Foundation.Export("addTimer:forMode:")]
public virtual void AddTimer (Foundation.NSTimer timer, Foundation.NSString forMode);
abstract member AddTimer : Foundation.NSTimer * Foundation.NSString -> unit
override this.AddTimer : Foundation.NSTimer * Foundation.NSString -> unit

パラメーター

timer
NSTimer
forMode
NSString

このイベントが挿入されるイベント ループ。 このクラスで定義されている "RunLoopMode" 定数のいずれかを使用します。

属性

適用対象