Compartir a través de


NSRunLoop.UITrackingRunLoopMode Propiedad

Definición

Representa el valor asociado a la constante 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

Valor de propiedad

Atributos

Comentarios

El modo NSRunLoop que se usa al realizar el seguimiento de controles. Úselo para recibir temporizadores y eventos durante el seguimiento de la interfaz de usuario.

Se aplica a