ABPersonViewControllerDelegate.ShouldPerformDefaultActionForPerson 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Foundation.Export("personViewController:shouldPerformDefaultActionForPerson:property:identifier:")]
public abstract bool ShouldPerformDefaultActionForPerson (AddressBookUI.ABPersonViewController personViewController, AddressBook.ABPerson person, int propertyId, int identifier);
abstract member ShouldPerformDefaultActionForPerson : AddressBookUI.ABPersonViewController * AddressBook.ABPerson * int * int -> bool
參數
- personViewController
- ABPersonViewController
- person
- ABPerson
- propertyId
- Int32
- identifier
- Int32
傳回
實作
- 屬性