共用方式為


SPUserCodeWebPart.CreateEditorParts method

建立為SPUserCodeWebPartEditorPartCollection

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

Syntax

'宣告
Public Overrides Function CreateEditorParts As EditorPartCollection
'用途
Dim instance As SPUserCodeWebPart
Dim returnValue As EditorPartCollection

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

傳回值

Type: System.Web.UI.WebControls.WebParts.EditorPartCollection
自訂EditorPart控制項的集合。

Implements

IWebEditable.CreateEditorParts()

備註

這個覆寫建立EditorPartCollectionEditorPart控制項,用於編輯屬性、 版面配置、 外觀及SPUserCodeWebPart控制項的行為。

請參閱

參照

SPUserCodeWebPart class

SPUserCodeWebPart members

Microsoft.SharePoint.WebPartPages namespace