ABPerson.LocalizedPropertyName 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
LocalizedPropertyName(ABPersonProperty) |
의 지역화된 이름을 가져옵니다 |
LocalizedPropertyName(Int32) |
의 지역화된 이름을 가져옵니다 |
LocalizedPropertyName(ABPersonProperty)
의 지역화된 이름을 가져옵니다 property
.
public static string LocalizedPropertyName (AddressBook.ABPersonProperty property);
static member LocalizedPropertyName : AddressBook.ABPersonProperty -> string
매개 변수
- property
- ABPersonProperty
ABPersonProperty 지역화된 이름을 가져올 속성을 포함하는 입니다.
반환
의 지역화된 이름을 포함하는 T:System.String 입니다 property
.
적용 대상
LocalizedPropertyName(Int32)
의 지역화된 이름을 가져옵니다 propertyId
.
public static string LocalizedPropertyName (int propertyId);
static member LocalizedPropertyName : int -> string
매개 변수
- propertyId
- Int32
하위 수준 kABPersonProperty 필드 중 하나에 해당하는 값입니다.
반환
의 지역화된 이름을 포함하는 T:System.String 입니다 propertyId
.
설명
ABPersonProperty를 사용하는 오버로드와 달리 의 propertyId
값은 실제로 상수가 아니며 런타임에 달라질 수 있습니다(네이티브 C 인터페이스임).
이 메서드는 일반적으로 "int propertyId"를 매개 변수로 제공하는 콜백에서 사용됩니다.