Compartir a través de


(SPWebPartManager) del método ToolPane.CreateZoneDropdown

Crea la lista desplegable con la lista de zonas

Espacio de nombres:  Microsoft.SharePoint.WebPartPages
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Shared Function CreateZoneDropdown ( _
    webPartManager As SPWebPartManager _
) As DropDownList
'Uso
Dim webPartManager As SPWebPartManager
Dim returnValue As DropDownList

returnValue = ToolPane.CreateZoneDropdown(webPartManager)
public static DropDownList CreateZoneDropdown(
    SPWebPartManager webPartManager
)

Parámetros

Valor devuelto

Tipo: System.Web.UI.WebControls.DropDownList
Devuelve DropDownList.

Vea también

Referencia

clase ToolPane

Miembros ToolPane

Sobrecarga CreateZoneDropdown

Espacio de nombres Microsoft.SharePoint.WebPartPages