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

適用於