SPMobileComponent.Item 属性

获取或设置当前列表项 (即时SPMobileComponent表示列表项呈现的项)。

命名空间:  Microsoft.SharePoint.Mobile.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overridable Property Item As SPItem
    Get
    Set
用法
Dim instance As SPMobileComponent
Dim value As SPItem

value = instance.Item

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

属性值

类型:Microsoft.SharePoint.SPItem
表示列表项的SPItem对象。

备注

在默认实现中,当SPMobileComponent表示字段或不是列表项的其他一些实体Item是当前项目。如果没有当前项, Item是父控件Item属性的值。

另请参阅

引用

SPMobileComponent 类

SPMobileComponent 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间