Contact.DataSuppliers 属性

定义

获取联系人的数据供应商。 每个数据供应商的最大字符串长度为 50 个字符。

public:
 property IVector<Platform::String ^> ^ DataSuppliers { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> DataSuppliers();
public IList<string> DataSuppliers { get; }
var iVector = contact.dataSuppliers;
Public ReadOnly Property DataSuppliers As IList(Of String)

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

联系人的数据供应商数组。 每个数据供应商的最大字符串长度为 50 个字符。

Windows 要求

应用功能
contactsSystem

适用于