ICustomizeToolPane interface
Fornece os métodos e propriedades, que você deve implementar ao criar um painel de ferramentas personalizadas.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Interface ICustomizeToolPane
'Uso
Dim instance As ICustomizeToolPane
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public interface ICustomizeToolPane
Comentários
Para exibir um exemplo de código que demonstra como implementar os membros da interface ICustomizeToolPane , consulte o tópico da classe ToolPane .