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)
Available in Sandboxed Solutions: No

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