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 物件存取連絡人的位址和其他資訊。

適用於