IUIFocusItem 接口

定义

定义 方法的 CanBecomeFocused 接口。

[Foundation.Protocol(Name="UIFocusItem", WrapperType=typeof(UIKit.UIFocusItemWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIFocusItem : IDisposable, UIKit.IUIFocusEnvironment
type IUIFocusItem = interface
    interface INativeObject
    interface IDisposable
    interface IUIFocusEnvironment
派生
属性
实现

属性

CanBecomeFocused

定义 方法的 CanBecomeFocused 接口。

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
PreferredFocusedView

如果不是 null,则指示默认情况下应接收焦点的子 UIView 级。

(继承自 IUIFocusEnvironment)

方法

DidUpdateFocus(UIFocusUpdateContext, UIFocusAnimationCoordinator)

在焦点更改为新的 UIView后不久调用的委托方法。

(继承自 IUIFocusEnvironment)
SetNeedsFocusUpdate()

当 是活动焦点环境时 this ,请求焦点更新,这可能会更改 PreferredFocusedView。 (另请参阅 UpdateFocusIfNeeded()。)

(继承自 IUIFocusEnvironment)
ShouldUpdateFocus(UIFocusUpdateContext)

在当前对象失去或接收焦点之前调用。 如果任一焦点环境返回 false,则取消焦点更新。

(继承自 IUIFocusEnvironment)
UpdateFocusIfNeeded()

如果任何焦点环境有挂起的更新,此方法将强制立即更新焦点。 与 不同 SetNeedsFocusUpdate(),此方法可由任何 IUIFocusEnvironment调用,无论它当前是否包含焦点。

(继承自 IUIFocusEnvironment)

扩展方法

GetFocusItemContainer(IUIFocusEnvironment)

获取环境的焦点容器。

GetParentFocusEnvironment(IUIFocusEnvironment)

获取父焦点环境。

GetPreferredFocusEnvironments(IUIFocusEnvironment)

获取环境在更新焦点时首选的焦点环境列表(按优先级排序)。

DidHintFocusMovement(IUIFocusItem, UIFocusMovementHint)

当焦点可能很快发生更改时调用。

GetFrame(IUIFocusItem)

返回包含 IUIFocusItemContainer的引用坐标空间中的帧。

适用于