Freigeben über


SPCalendarViewStyleCollection-Konstruktor (SPWeb, SPView, Boolean)

Initialisiert eine neue Instanz der SPCalendarViewStyleCollection -Klasse.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    web As SPWeb, _
    view As SPView, _
    groupEnable As Boolean _
)
'Usage
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
)

Parameter

  • groupEnable
    Typ: System.Boolean

    true zum Aktivieren der Gruppe für die Stile in der Kalenderansicht; andernfalls false.

Siehe auch

Referenz

SPCalendarViewStyleCollection Klasse

SPCalendarViewStyleCollection-Member

SPCalendarViewStyleCollection-Überladung

Microsoft.SharePoint-Namespace