创建用于SPUserCodeWebPartEditorPartCollection 。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Function CreateEditorParts As EditorPartCollection
用法
Dim instance As SPUserCodeWebPart
Dim returnValue As EditorPartCollection
returnValue = instance.CreateEditorParts()
public override EditorPartCollection CreateEditorParts()
返回值
类型:System.Web.UI.WebControls.WebParts.EditorPartCollection
自定义EditorPart控件的集合。
实现
IWebEditable.CreateEditorParts()
备注
此重写创建用于编辑属性、 布局、 外观和SPUserCodeWebPart控件的行为的EditorPart控件EditorPartCollection 。