コード例 #1
0
ファイル: ABPerson.cs プロジェクト: jorik041/maccore
 public static ABPropertyType GetPropertyType(ABPersonProperty property)
 {
     return(ABPersonGetTypeOfProperty(ABPersonPropertyId.ToId(property)));
 }
コード例 #2
0
ファイル: ABPerson.cs プロジェクト: jorik041/maccore
 public static string LocalizedPropertyName(ABPersonProperty property)
 {
     return(Runtime.GetNSObject(ABPersonCopyLocalizedPropertyName(ABPersonPropertyId.ToId(property))).ToString());
 }