ICustomizeToolPane - Interface
Fournit des méthodes et propriétés que vous devez implémenter lors de la création d'un volet d'outils personnalisés.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Interface ICustomizeToolPane
'Utilisation
Dim instance As ICustomizeToolPane
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public interface ICustomizeToolPane
Remarques
Pour afficher un exemple de code qui montre comment implémenter les membres de l'interface ICustomizeToolPane , consultez la rubrique de la classe ToolPane .