共用方式為


CustomToolPaneManager.CreateToolPaneControls method

將自訂控制項,例如簡介文字、 下拉式方塊、 連結及工具窗格按鈕加入至 [工具] 窗格。它負責的自訂工具窗格版面配置。傳回 nothing。

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

Syntax

'宣告
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Sub CreateToolPaneControls ( _
    toolpane As ToolPane _
)
'用途
Dim instance As CustomToolPaneManager
Dim toolpane As ToolPane

instance.CreateToolPaneControls(toolpane)
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public void CreateToolPaneControls(
    ToolPane toolpane
)

參數

請參閱

參照

CustomToolPaneManager class

CustomToolPaneManager members

Microsoft.SharePoint.Meetings namespace