次の方法で共有


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

適用対象