获取提供关于当前错误的其他详细信息的对象。
此枚举具有 FlagsAttribute 属性,该属性允许其成员值的按位合并。
命名空间: Microsoft.SharePoint.Client.UserProfiles
程序集: Microsoft.SharePoint.Client.UserProfiles.Silverlight(位于 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中); Microsoft.SharePoint.Client.UserProfiles.Phone(位于 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中) Microsoft.SharePoint.Client.UserProfiles(位于 Microsoft.SharePoint.Client.UserProfiles.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration ChangeTypes
用法
Dim instance As ChangeTypes
[FlagsAttribute]
public enum ChangeTypes
成员
| 成员名称 | 说明 | |
|---|---|---|
| None | 不做任何更改。值 = 0。 | |
| Add | 添加了一个对象。值 = 1。 | |
| Modify | 修改对象。值 = 2。 | |
| Remove | 已删除对象。值 = 4。 | |
| Metadata | 已修改的元数据的对象。值 = 8。 | |
| All | 在对象上执行多项操作。值 = 15。 |