ToolPane.FixedAreas property
Obtém uma lista das áreas do painel de ferramentas que pode conter links ou controles.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property FixedAreas As ArrayList
Get
'Uso
Dim instance As ToolPane
Dim value As ArrayList
value = instance.FixedAreas
public ArrayList FixedAreas { get; }
Property value
Type: System.Collections.ArrayList
Um ArrayList de itens no painel de ferramentas que foram definidos com <FixedArea> marca.