ABPeoplePickerNavigationControllerDelegate_Extensions.ShouldContinue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
這個擴充方法運作所在的 實例。
- peoplePicker
- ABPeoplePickerNavigationController
- 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
參數
這個擴充方法運作所在的 實例。
- peoplePicker
- ABPeoplePickerNavigationController
- selectedPerson
- ABPerson
- propertyId
- Int32
- identifier
- Int32
傳回
- 屬性