UserCustomActionScope 列舉
指定自訂動作的範圍。
命名空間: 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 UserCustomActionScope
'用途
Dim instance As UserCustomActionScope
public enum UserCustomActionScope
成員
成員名稱 | 描述 | |
---|---|---|
Unknown | 其值可讓您指定的自訂動作的範圍未指定的列舉。值 = 0。 | |
Site | 其值可讓您指定自訂動作的範圍會限於網站集合的列舉。值 = 2。 | |
Web | 其值可讓您指定自訂動作的範圍會限於網站的列舉。值 = 3。 | |
List | 列舉其值可讓您指定自訂動作的範圍會限於清單。值 = 4。 |