ContactInformation.Locations 属性

定义

随联系人一起存储的位置的只读列表。

注意

contactInformation 可能会在Windows 8.1后更改或不可用于发布。 请改用 “联系人”。

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 对象访问联系人的地址和其他信息。

适用于