Sdílet prostřednictvím


ContactQueryOptions.AnnotationListIds Property

Definition

Gets a list to which you can add ContactAnnotationList.Id values for which to search.

public:
 property IVector<Platform::String ^> ^ AnnotationListIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> AnnotationListIds();
public IList<string> AnnotationListIds { get; }
var iVector = contactQueryOptions.annotationListIds;
Public ReadOnly Property AnnotationListIds As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A list to which you can add ContactAnnotationList.Id values for which to search.

Windows requirements

App capabilities
contactsSystem

Applies to