SPCalendarViewStyleCollection - Constructeur (SPWeb, SPView, Boolean)

Initialise une nouvelle instance de la classe SPCalendarViewStyleCollection .

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    web As SPWeb, _
    view As SPView, _
    groupEnable As Boolean _
)
'Utilisation
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
)

Paramètres

  • groupEnable
    Type : System.Boolean

    true pour activer le groupe de styles dans l'affichage du calendrier ; dans le cas contraire, false.

Voir aussi

Référence

SPCalendarViewStyleCollection classe

SPCalendarViewStyleCollection - Membres

SPCalendarViewStyleCollection - Surcharge

Microsoft.SharePoint - Espace de noms