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)
Available in Sandboxed Solutions: No
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.