Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.63 KB

contactqueryresult_getcontactsasync_1075020628.md

File metadata and controls

33 lines (23 loc) · 1.63 KB
-api-id -api-type
M:Windows.Phone.PersonalInformation.ContactQueryResult.GetContactsAsync(System.UInt32,System.UInt32)
winrt method

Windows.Phone.PersonalInformation.ContactQueryResult.GetContactsAsync

-description

Retrieves contacts from the contact store given the specified starting index and number of items to return..

-parameters

-param startIndex

The index of the first contact to be retrieved.

-param maxNumberOfItems

The number of contacts to retrieve.

-returns

When this method completes, it returns an IVectorView containing StoredContact objects. If you use Asynchronous programming, the result type is a read-only list/vector of StoredContact items. (You can use APIs of IVectorView for C++, APIs of IReadOnlyList for .NET.)

-remarks

-examples

-see-also

GetContactsAsync, StoredContact, Asynchronous programming

-capabilities

ID_CAP_CONTACTS [Windows Phone]