IABPeoplePickerNavigationControllerDelegate 接口

定义

表示所需方法的接口 ((如果协议 ABPeoplePickerNavigationControllerDelegate有任何) )。

[Foundation.Protocol(Name="ABPeoplePickerNavigationControllerDelegate", WrapperType=typeof(AddressBookUI.ABPeoplePickerNavigationControllerDelegateWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'Contacts' API instead.")]
public interface IABPeoplePickerNavigationControllerDelegate : IDisposable, UIKit.IUINavigationControllerDelegate
type IABPeoplePickerNavigationControllerDelegate = interface
    interface INativeObject
    interface IDisposable
    interface IUINavigationControllerDelegate
派生
属性
实现

注解

此接口包含所需的方法 ((如果任何) 由 ABPeoplePickerNavigationControllerDelegate定义的协议)。

如果开发人员创建实现此接口的类,则实现方法将自动导出到 Objective-C,并使用协议中 ABPeoplePickerNavigationControllerDelegate 定义的方法的匹配签名。

可选方法 (类是否提供 ABPeoplePickerNavigationControllerDelegate_Extensions 任何) 作为接口的扩展方法,从而允许开发人员在协议上调用任何可选方法。

属性

Handle

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

(继承自 INativeObject)

扩展方法

Cancelled(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController)

表示所需方法的接口 ((如果协议 ABPeoplePickerNavigationControllerDelegate有任何) )。

DidSelectPerson(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson)

表示所需方法的接口 ((如果协议 ABPeoplePickerNavigationControllerDelegate有任何) )。

DidSelectPerson(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson, Int32, Int32)

表示所需方法的接口 ((如果协议 ABPeoplePickerNavigationControllerDelegate有任何) )。

ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson)

开发人员不应使用此已弃用的方法。 开发人员应改用“DidSelectPerson” (或“ABPeoplePickerNavigationController.PredicateForSelectionOfPerson”) 。

ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson, Int32, Int32)

表示所需方法的接口 ((如果协议 ABPeoplePickerNavigationControllerDelegate有任何) )。

DidShowViewController(IUINavigationControllerDelegate, UINavigationController, UIViewController, Boolean)

在 变得可见后 viewController 不久调用的扩展方法。

GetAnimationControllerForOperation(IUINavigationControllerDelegate, UINavigationController, UINavigationControllerOperation, UIViewController, UIViewController)

由系统调用以检索 的 operation过渡动画。

GetInteractionControllerForAnimationController(IUINavigationControllerDelegate, UINavigationController, IUIViewControllerAnimatedTransitioning)

由系统调用以检索交互式过渡动画。

GetPreferredInterfaceOrientation(IUINavigationControllerDelegate, UINavigationController)

可以重写以设置 的首选接口方向。

SupportedInterfaceOrientations(IUINavigationControllerDelegate, UINavigationController)

可以重写以动态指定 支持的方向。

WillShowViewController(IUINavigationControllerDelegate, UINavigationController, UIViewController, Boolean)

在显示 之前不久由系统调用。

适用于