Compartir a través de


del método SPUserCodeWebPart.CreateEditorParts

Crea un EditorPartCollection para el SPUserCodeWebPart.

Espacio de nombres:  Microsoft.SharePoint.WebPartPages
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Overrides Function CreateEditorParts As EditorPartCollection
'Uso
Dim instance As SPUserCodeWebPart
Dim returnValue As EditorPartCollection

returnValue = instance.CreateEditorParts()
public override EditorPartCollection CreateEditorParts()

Valor devuelto

Tipo: System.Web.UI.WebControls.WebParts.EditorPartCollection
La colección de controles personalizados EditorPart .

Implementaciones

IWebEditable.CreateEditorParts()

Comentarios

Este reemplazo crea un EditorPartCollection de EditorPart los controles que se utilizan para editar las propiedades, diseño, apariencia y comportamiento de los controles de SPUserCodeWebPart .

Vea también

Referencia

clase SPUserCodeWebPart

Miembros SPUserCodeWebPart

Espacio de nombres Microsoft.SharePoint.WebPartPages