Partilhar via


TaggedUrlListWebPart.GetToolParts Method

Gets the ToolPart objects that can be used to show and modify WebPart base class properties.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

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

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

Return Value

Type: []
An array of ToolPart objects.

Remarks

This override creates a custom tool part to display the ScopeDay custom property in the tool pane.

See Also

Reference

TaggedUrlListWebPart Class

TaggedUrlListWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace