Partager via


UIScrollView.GetFocusItems(CGRect) Méthode

Définition

Retourne une liste de tous les éléments de focus enfants dans le rectangle spécifié.

[Foundation.Export("focusItemsInRect:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUIFocusItem[] GetFocusItems (CoreGraphics.CGRect rect);
override this.GetFocusItems : CoreGraphics.CGRect -> UIKit.IUIFocusItem[]

Paramètres

rect
CGRect

Rectangle dont les éléments de focus doivent être obtenu.

Retours

Liste de tous les éléments de focus enfants dans le rectangle spécifié.

Implémente

Attributs

S’applique à