ToolPane.ToolParts property
Obtém uma matriz de objetos Microsoft.SharePoint.WebPartPages.ToolPart no painel de ferramentas.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property ToolParts As ArrayList
Get
'Uso
Dim instance As ToolPane
Dim value As ArrayList
value = instance.ToolParts
public ArrayList ToolParts { get; }
Property value
Type: System.Collections.ArrayList
A lista de peças de ferramenta no painel de ferramentas.