SilverlightWebPart.CreateEditorParts - Méthode
Crée un composant outil Silverlight qui est utilisé pour modifier le composant WebPart Silverlight.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overrides Function CreateEditorParts As EditorPartCollection
'Utilisation
Dim instance As SilverlightWebPart
Dim returnValue As EditorPartCollection
returnValue = instance.CreateEditorParts()
public override EditorPartCollection CreateEditorParts()
Valeur renvoyée
Type : System.Web.UI.WebControls.WebParts.EditorPartCollection
Une collection qui contient un seul membre – un SilverlightToolPart.
Implémentations
IWebEditable.CreateEditorParts()