次の方法で共有


ABPeoplePickerNavigationControllerDelegate.ShouldContinue メソッド

定義

オーバーロード

ShouldContinue(ABPeoplePickerNavigationController, ABPerson)

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'DidSelectPerson' (または 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson' ) を使用する必要があります。

ShouldContinue(ABPeoplePickerNavigationController, ABPerson, Int32, Int32)

ShouldContinue(ABPeoplePickerNavigationController, ABPerson)

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'DidSelectPerson' (または 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson' ) を使用する必要があります。

[Foundation.Export("peoplePickerNavigationController:shouldContinueAfterSelectingPerson:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson').")]
public virtual bool ShouldContinue (AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson);
abstract member ShouldContinue : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> bool
override this.ShouldContinue : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> bool

パラメーター

selectedPerson
ABPerson

戻り値

属性

適用対象

ShouldContinue(ABPeoplePickerNavigationController, ABPerson, Int32, Int32)

[Foundation.Export("peoplePickerNavigationController:shouldContinueAfterSelectingPerson:property:identifier:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfProperty').")]
public virtual bool ShouldContinue (AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson, int propertyId, int identifier);
abstract member ShouldContinue : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson * int * int -> bool
override this.ShouldContinue : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson * int * int -> bool

パラメーター

selectedPerson
ABPerson
propertyId
Int32
identifier
Int32

戻り値

属性

適用対象