GettingStartedWebPart.GetTiles method
Gets the Tiles metadata for rendering.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function GetTiles As TileData()
'Usage
Dim returnValue As TileData()
returnValue = Me.GetTiles()
protected override TileData[] GetTiles()
Return value
Type: []