Compartilhar via


NSRunLoop.UITrackingRunLoopMode Propriedade

Definição

Representa o valor associado à 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 da propriedade

Atributos

Comentários

O modo NSRunLoop usado ao rastrear controles. Use isso para receber temporizadores e eventos durante o acompanhamento da interface do usuário.

Aplica-se a