共用方式為


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 追蹤期間接收計時器和事件。

適用於