SPMobileComponent.List 属性
获取或设置时SPMobileComponent代表一个列表呈现的列表。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable Property List As SPList
Get
Set
用法
Dim instance As SPMobileComponent
Dim value As SPList
value = instance.List
instance.List = value
public virtual SPList List { get; set; }
属性值
类型:Microsoft.SharePoint.SPList
表示列表的SPList对象。
备注
在默认实现中,当SPMobileComponent表示字段或不是列表的其他一些实体List是当前列表。如果没有当前列表, List是父控件List属性的值。