共用方式為


ContactsSearchEventArgs.Results 屬性

命名空間:  Microsoft.Phone.UserData
組件:  Microsoft.Phone (在 Microsoft.Phone.dll 中)

語法

'宣告
Public Property Results As IEnumerable(Of Contact)
public IEnumerable<Contact> Results { get; internal set; }
public:
property IEnumerable<Contact^>^ Results {
    IEnumerable<Contact^>^ get ();
    internal: void set (IEnumerable<Contact^>^ value);
}
member Results : IEnumerable<Contact> with get, internal set

屬性值

類型:System.Collections.Generic.IEnumerable<Contact>

版本資訊

適用於 Windows Phone 應用程式的 .NET

支援版本:Windows Phone 8、Silverlight 8.1

.NET Framework 安全性

請參閱

參考

ContactsSearchEventArgs 類別

Microsoft.Phone.UserData 命名空間