获取集合的范围。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property Scope As SPUserCustomActionScope
Get
用法
Dim instance As SPUserCustomActionCollection
Dim value As SPUserCustomActionScope
value = instance.Scope
public SPUserCustomActionScope Scope { get; }
属性值
类型:Microsoft.SharePoint.SPUserCustomActionScope
SPUserCustomActionScope
集合的范围。可能的值包括Site、 Web、 List和Unknown。
另请参阅
引用
SPUserCustomActionCollection 类