ItemView 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示文件夹搜索操作中的视图设置。
public ref class ItemView sealed : Microsoft::Exchange::WebServices::Data::PagedView
public sealed class ItemView : Microsoft.Exchange.WebServices.Data.PagedView
Public NotInheritable Class ItemView
Inherits PagedView
- 继承
构造函数
ItemView(Int32, Int32, OffsetBasePoint) |
使用提供的页面大小、偏移量和基点初始化 ItemView 类的新实例。 |
ItemView(Int32, Int32) |
使用提供的页面大小和偏移量初始化 ItemView 类的新实例。 |
ItemView(Int32) |
使用提供的页面大小初始化 ItemView 类的新实例。 |
属性
Offset |
获取或设置偏移量。 (继承自 PagedView) |
OffsetBasePoint |
获取或设置偏移的基点。 (继承自 PagedView) |
OrderBy |
获取应对其对返回项进行排序的属性。 |
PageSize |
获取或设置搜索操作应返回的最大项目或文件夹数。 (继承自 PagedView) |
PropertySet |
获取或设置属性集。 此属性确定将在找到的项上加载哪些属性。 如果此属性为 null 引用 (Visual Basic) 中 Nothing,则会在找到的项上加载所有一流属性。 (继承自 ViewBase) |
Traversal |
获取或设置搜索遍历模式。 |