SPCalendarViewStyleCollection Class

Represents a collection of SPCalendarViewStyle objects.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPBaseCollection
      Microsoft.SharePoint.SPCalendarViewStyleCollection

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPCalendarViewStyleCollection _
    Inherits SPBaseCollection
'Usage
Dim instance As SPCalendarViewStyleCollection
[SubsetCallableTypeAttribute]
public sealed class SPCalendarViewStyleCollection : SPBaseCollection

Remarks

Use the SPCalendarViewStyleCollection constructor to return the collection of calendar view styles that are associated with a specified list view that is used in a specified list.

Use an indexer to return a single calendar view style from the collection. For example, if the collection is assigned to a variable named myCalendarViewStyles, use myCalendarViewStyles[index] in C#, or myCalendarViewStyles(index) in Visual Basic, where index is either the index number of the calendar view style in the collection or the name of the calendar view style template.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPCalendarViewStyleCollection Members

Microsoft.SharePoint Namespace