Compartir a través de


: SearchBoxEx.GetToolParts (Método) (Microsoft.SharePoint.Portal.WebControls)

Overrides the GetToolParts method of the WebPart base class.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Overrides Function GetToolParts As ToolPart()
'Uso
Dim instance As SearchBoxEx
Dim returnValue As ToolPart()

returnValue = instance.GetToolParts
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public override ToolPart[] GetToolParts ()

Valor devuelto

An array of type ToolPart that determines which tool parts will be displayed in the tool pane.

Vea también

Referencia

SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)