Compartilhar via


ToolPane.CreateEditorParts method

Chamado para criar partes do Editor (inclui ToolParts) que será acrescentado ao EditorParts.

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

Syntax

'Declaração
Protected Overrides Function CreateEditorParts As EditorPartCollection
'Uso
Dim returnValue As EditorPartCollection

returnValue = Me.CreateEditorParts()
protected override EditorPartCollection CreateEditorParts()

Valor retornado

Type: System.Web.UI.WebControls.WebParts.EditorPartCollection
Retorna EditorPartCollection.

Ver também

Referência

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace