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

적용 대상