Поделиться через


ContactInformation.QueryCustomFields(String) Метод

Определение

Позволяет получить значение для настраиваемого поля, хранящегося в контакте.

Примечание

ContactInformation может быть изменен или недоступен для выпусков после Windows 8.1. Вместо этого используйте Contact.

public:
 virtual IVectorView<ContactField ^> ^ QueryCustomFields(Platform::String ^ customName) = QueryCustomFields;
IVectorView<ContactField> QueryCustomFields(winrt::hstring const& customName);
public IReadOnlyList<ContactField> QueryCustomFields(string customName);
function queryCustomFields(customName)
Public Function QueryCustomFields (customName As String) As IReadOnlyList(Of ContactField)

Параметры

customName
String

Platform::String

winrt::hstring

Имя поля.

Возвращаемое значение

Значение поля.

Требования к Windows

Возможности приложения
contactsSystem

Применяется к