SPViewStyleCollection constructor
Initializes a new instance of the SPViewStyleCollection class.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
web As SPWeb _
)
'Usage
Dim web As SPWeb
Dim instance As New SPViewStyleCollection(web)
public SPViewStyleCollection(
SPWeb web
)
Parameters
- web
Type: Microsoft.SharePoint.SPWeb