TermProperty.GetToolParts method
Specifies the list of custom tool parts that are rendered inside the tool pane.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function GetToolParts As ToolPart()
'Usage
Dim instance As TermProperty
Dim returnValue As ToolPart()
returnValue = instance.GetToolParts()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override ToolPart[] GetToolParts()
Return value
Type: []
An array containing an instance of the TermPropertyToolPart class and the WebPartToolPart class.