PropertiesRequest 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
请参阅>请求</查看>的<此组件指定必须为级别返回哪些属性
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class PropertiesRequest
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type PropertiesRequest = class
Public Class PropertiesRequest
- 继承
-
PropertiesRequest
- 派生
- 属性
构造函数
| 名称 | 说明 |
|---|---|
| PropertiesRequest() |
默认构造器 |
| PropertiesRequest(String[], OrderBy[]) |
初始化属性列表和排序信息 |
| PropertiesRequest(String[]) |
使用字段列表进行初始化 |
属性
| 名称 | 说明 |
|---|---|
| Fields |
要带回的属性 |
| OrderByList |
order by 子句列表 |
| PropertyAlias |
描述属性名称的别名 |
| RequestFieldsTypes |
<请参阅>RequestFieldsTypes</see> 描述字段列表的含义 |