ContactsSearchEventArgs.Results Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the results of a search for contacts.

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property Results As IEnumerable(Of Contact)
public IEnumerable<Contact> Results { get; internal set; }

Property Value

Type: System.Collections.Generic..::.IEnumerable<(Of <(Contact>)>)
The results of the search.

Remarks

The Results property contains the results of an asynchronous search for contacts started by the SearchAsync method.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

ContactsSearchEventArgs Class

Microsoft.Phone.UserData Namespace

Other Resources

Contacts and Calendar for Windows Phone 8

How to access contact data for Windows Phone 8