Share via


XmlWebPart.GetToolParts method

Determines which tool parts are displayed in the tool pane of the web-based Web Part design user interface, and the order in which they are displayed.

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

Syntax

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

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

Return value

Type: []

See also

Reference

XmlWebPart class

XmlWebPart members

Microsoft.SharePoint.WebPartPages namespace