Share via


ContactInformation.Locations 속성

정의

연락처와 함께 저장된 위치의 읽기 전용 목록입니다.

참고

Windows 8.1 후 릴리스에서 ContactInformation을 변경하거나 사용할 수 없습니다. 대신 연락처를 사용합니다.

public:
 property IVectorView<ContactLocationField ^> ^ Locations { IVectorView<ContactLocationField ^> ^ get(); };
IVectorView<ContactLocationField> Locations();
public IReadOnlyList<ContactLocationField> Locations { get; }
var iVectorView = contactInformation.locations;
Public ReadOnly Property Locations As IReadOnlyList(Of ContactLocationField)

속성 값

위치의 읽기 전용 목록입니다.

Windows 요구 사항

앱 기능
contactsSystem

설명

Locations 속성을 사용하여 ContactInformation 개체에서 연락처의 주소 및 기타 정보에 액세스합니다.

적용 대상