ToolPane.FixedAreas property
取得區域可以包含連結或控制項的 [工具] 窗格的清單。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property FixedAreas As ArrayList
Get
'用途
Dim instance As ToolPane
Dim value As ArrayList
value = instance.FixedAreas
public ArrayList FixedAreas { get; }
Property value
Type: System.Collections.ArrayList
在 [工具] 窗格中已定義的<FixedArea>標記的項目ArrayList 。