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 | 其值可讓您指定的自訂動作是 ProgID 與相關聯的列舉。值 = 3。 | |
FileType | 其值可讓您指定的自訂動作是副檔名與相關聯的列舉。值 = 4。 |