SPMobileComponent.Item, propriété (Microsoft.SharePoint.MobileControls)

Gets or sets the current list item (which is the item that is rendered when SPMobileComponent represents a list item).

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public Overridable Property Item As SPItem
'Utilisation
Dim instance As SPMobileComponent
Dim value As SPItem

value = instance.Item

instance.Item = value
public virtual SPItem Item { get; set; }

Valeur de la propriété

An SPItem object that represents the list item.

Notes

In the default implementation, when SPMobileComponent represents a field or some other entity that is not a list item, Item is the current item. If there is no current item, Item is the value of the Item property of the parent control.

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms