次の方法で共有


NSRunLoop.UITrackingRunLoopMode プロパティ

定義

定数 UITrackingRunLoopMode に関連付けられている値を表します

[Foundation.Field("UITrackingRunLoopMode", "UIKit")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString UITrackingRunLoopMode { [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.UITrackingRunLoopMode : Foundation.NSString

プロパティ値

属性

注釈

コントロールを追跡するときに使用される NSRunLoop モード。 UI 追跡中にタイマーとイベントを受信するには、これを使用します。

適用対象