ContactListServerSearchReadBatchRequestEventArgs 类

定义

封装有关从服务器端搜索读取一批结果的请求的信息。

public ref class ContactListServerSearchReadBatchRequestEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ContactListServerSearchReadBatchRequestEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ContactListServerSearchReadBatchRequestEventArgs
Public NotInheritable Class ContactListServerSearchReadBatchRequestEventArgs
继承
Object Platform::Object IInspectable ContactListServerSearchReadBatchRequestEventArgs
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
contactsSystem

注解

使用作为参数传递给 ServerSearchReadBatchRequested 事件处理程序的此类实例

属性

Request

获取与此请求关联的 ContactListServerSearchReadBatchRequest 对象。

方法

GetDeferral()

获取此操作的延迟对象。

适用于