ICustomizeToolPane-Schnittstelle

Stellt Methoden und Eigenschaften, die Sie beim Erstellen einer benutzerdefinierten Toolbereichs implementieren müssen.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Interface ICustomizeToolPane
'Usage
Dim instance As ICustomizeToolPane
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public interface ICustomizeToolPane

Hinweise

Ein Codebeispiel, wie die Mitglieder der ICustomizeToolPane -Schnittstelle implementiert wird, finden Sie unter dem Thema ToolPane -Klasse.

Siehe auch

Referenz

ICustomizeToolPane-Member

Microsoft.SharePoint.WebPartPages-Namespace