SPMobileComponent.ListItem 属性
获取或设置当前列表项 (即时SPMobileComponent表示列表项呈现的项)。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable Property ListItem As SPListItem
Get
Set
用法
Dim instance As SPMobileComponent
Dim value As SPListItem
value = instance.ListItem
instance.ListItem = value
public virtual SPListItem ListItem { get; set; }
属性值
类型:Microsoft.SharePoint.SPListItem
表示列表项的SPListItem对象。
备注
在默认实现中,此属性只获取和设置Item属性。