ABPeoplePickerNavigationControllerDelegate_Extensions.ShouldContinue 方法

定义

重载

ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson)

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

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

ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson)

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

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson').")]
public static bool ShouldContinue (this AddressBookUI.IABPeoplePickerNavigationControllerDelegate This, AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson);
static member ShouldContinue : AddressBookUI.IABPeoplePickerNavigationControllerDelegate * AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> bool

参数

This
IABPeoplePickerNavigationControllerDelegate

此扩展方法操作的实例。

selectedPerson
ABPerson

返回

属性

适用于

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

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfProperty').")]
public static bool ShouldContinue (this AddressBookUI.IABPeoplePickerNavigationControllerDelegate This, AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson, int propertyId, int identifier);
static member ShouldContinue : AddressBookUI.IABPeoplePickerNavigationControllerDelegate * AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson * int * int -> bool

参数

This
IABPeoplePickerNavigationControllerDelegate

此扩展方法操作的实例。

selectedPerson
ABPerson
propertyId
Int32
identifier
Int32

返回

属性

适用于