ContactInformation.QueryCustomFields(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
연락처와 함께 저장된 사용자 지정 필드의 값을 가져올 수 있습니다.
참고
Windows 8.1 후 릴리스에서 ContactInformation을 변경하거나 사용할 수 없습니다. 대신 연락처를 사용합니다.
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
|