MobileListSiteMapNodeItem - Constructeur
Crée un contrôle ListSiteMapNodeItem
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
itemIndex As Integer, _
itemType As SiteMapNodeItemType _
)
'Utilisation
Dim itemIndex As Integer
Dim itemType As SiteMapNodeItemType
Dim instance As New MobileListSiteMapNodeItem(itemIndex, _
itemType)
public MobileListSiteMapNodeItem(
int itemIndex,
SiteMapNodeItemType itemType
)
Paramètres
itemIndex
Type : System.Int32L'index de l'élément à créer
itemType
Type : System.Web.UI.WebControls.SiteMapNodeItemTypeLe type de SiteMapNodeItemType d'élément à créer
Voir aussi
Référence
MobileListSiteMapNodeItem classe