SilverlightWebPart.CreateEditorParts method
建立用來編輯 Silverlight 網頁組件 Silverlight 工具組件。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Function CreateEditorParts As EditorPartCollection
'用途
Dim instance As SilverlightWebPart
Dim returnValue As EditorPartCollection
returnValue = instance.CreateEditorParts()
public override EditorPartCollection CreateEditorParts()
傳回值
Type: System.Web.UI.WebControls.WebParts.EditorPartCollection
集合,其中包含單一成員 – SilverlightToolPart。
Implements
IWebEditable.CreateEditorParts()