SPCalendarViewStyleCollection类的新实例进行初始化。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
web As SPWeb, _
view As SPView, _
groupEnable As Boolean _
)
用法
Dim web As SPWeb
Dim view As SPView
Dim groupEnable As Boolean
Dim instance As New SPCalendarViewStyleCollection(web, view, _
groupEnable)
public SPCalendarViewStyleCollection(
SPWeb web,
SPView view,
bool groupEnable
)
参数
web
类型:Microsoft.SharePoint.SPWeb所包含的视图样式的 Web 站点。
view
类型:Microsoft.SharePoint.SPView视图样式都与之相关联的视图。
groupEnable
类型:System.Boolean若要启用的组的样式在日历视图 ; true否则为false。
另请参阅
引用
SPCalendarViewStyleCollection 类
SPCalendarViewStyleCollection 成员