Condividi tramite


NSRunLoop.UITrackingRunLoopMode Proprietà

Definizione

Rappresenta il valore associato alla costante 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

Valore della proprietà

Attributi

Commenti

Modalità NSRunLoop utilizzata durante il rilevamento dei controlli. Usare questa opzione per ricevere timer ed eventi durante il rilevamento dell'interfaccia utente.

Si applica a