: HtmlMenuItemCollection.Insert (Método) (Microsoft.SharePoint.Portal.WebControls)
Inserts a menu item at the specified location.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Sub Insert ( _
index As Integer, _
objItem As HtmlMenuItem _
)
'Uso
Dim instance As HtmlMenuItemCollection
Dim index As Integer
Dim objItem As HtmlMenuItem
instance.Insert(index, objItem)
public void Insert (
int index,
HtmlMenuItem objItem
)
Parámetros
- index
The location where the specified menu item is to be inserted.
- objItem
The object that contains the menu item to be inserted.
Vea también
Referencia
HtmlMenuItemCollection (Clase)
HtmlMenuItemCollection (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)