Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Tiles metadata for rendering.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected MustOverride Function GetTiles As TileData()
'Usage
Dim returnValue As TileData()
returnValue = Me.GetTiles()
protected abstract TileData[] GetTiles()
Return value
Type: []