ChangeTypes 列舉
指定市集中的使用者設定檔所做的變更類型。
此列舉有 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。 |