SilverlightWebPart.CreateEditorParts method

Creates a Silverlight Tool Part that is used to edit the Silverlight Web Part.

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

Syntax

'Declaration
Public Overrides Function CreateEditorParts As EditorPartCollection
'Usage
Dim instance As SilverlightWebPart
Dim returnValue As EditorPartCollection

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

Return value

Type: System.Web.UI.WebControls.WebParts.EditorPartCollection
A collection that contains only a single member – a SilverlightToolPart.

Implements

IWebEditable.CreateEditorParts()

See also

Reference

SilverlightWebPart class

SilverlightWebPart members

Microsoft.SharePoint.WebPartPages namespace