共用方式為


ToolPane.ToolParts property

在 [工具] 窗格中取得Microsoft.SharePoint.WebPartPages.ToolPart物件的陣列。

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

Syntax

'宣告
Public ReadOnly Property ToolParts As ArrayList
    Get
'用途
Dim instance As ToolPane
Dim value As ArrayList

value = instance.ToolParts
public ArrayList ToolParts { get; }

Property value

Type: System.Collections.ArrayList
在 [工具] 窗格中的工具組件的清單。

請參閱

參照

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace