BaseXsltListWebPart.GetToolParts method

Gets the ToolPart objects that are used to show and modify the properties of the Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Function GetToolParts As ToolPart()
'Usage
Dim instance As BaseXsltListWebPart
Dim returnValue As ToolPart()

returnValue = instance.GetToolParts()
public override ToolPart[] GetToolParts()

Return value

Type: []
An array of ToolPart objects.

Remarks

This override returns the appropriate ToolPart objects for the BaseXsltListWebPart to show and modify its properties.

See also

Reference

BaseXsltListWebPart class

BaseXsltListWebPart members

Microsoft.SharePoint.WebPartPages namespace