Compartir a través de


: HtmlMenuItemCollection.IndexOf (Método) (Microsoft.SharePoint.Portal.WebControls)

Gets the index of the menu item.

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

Sintaxis

'Declaración
Public Function IndexOf ( _
    objItem As HtmlMenuItem _
) As Integer
'Uso
Dim instance As HtmlMenuItemCollection
Dim objItem As HtmlMenuItem
Dim returnValue As Integer

returnValue = instance.IndexOf(objItem)
public int IndexOf (
    HtmlMenuItem objItem
)

Parámetros

  • objItem
    Object that contains the menu item.

Valor devuelto

A 32-bit signed integer that represents the index of the menu item.

Vea también

Referencia

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