Freigeben über


UIView.ShouldUpdateFocus(UIFocusUpdateContext) Methode

Definition

Wird vor dem Verlieren oder Empfangen des UIView Fokus aufgerufen. Wenn eine Fokusumgebung zurückgibt false, wird das Fokusupdate abgebrochen.

[Foundation.Export("shouldUpdateFocusInContext:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldUpdateFocus (UIKit.UIFocusUpdateContext context);
abstract member ShouldUpdateFocus : UIKit.UIFocusUpdateContext -> bool
override this.ShouldUpdateFocus : UIKit.UIFocusUpdateContext -> bool

Parameter

Gibt zurück

Implementiert

Attribute

Gilt für: