TilesViewWebPart.GetTiles method
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: []