UserCustomActionRegistrationType 枚举
指定与自定义操作关联的对象的类型。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Enumeration UserCustomActionRegistrationType
用法
Dim instance As UserCustomActionRegistrationType
public enum UserCustomActionRegistrationType
成员
成员名称 | 说明 | |
---|---|---|
None | 其值指定的未指定对象关联的枚举。值 = 0。 | |
List | 其值指定自定义操作是与列表相关联的枚举。值 = 1。 | |
ContentType | 其值指定自定义操作是与内容类型相关联的枚举。值 = 2。 | |
ProgId | 其值指定自定义操作是与进程 Id 相关联的枚举。值 = 3。 | |
FileType | 其值指定自定义操作是与文件扩展名相关联的枚举。值 = 4。 |