SPMobileListViewIterator.ListViewSelectionListControl 属性
获取包含列表的移动视图,用户可从中选择的对象。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property ListViewSelectionListControl As SelectionList
Get
用法
Dim instance As SPMobileListViewIterator
Dim value As SelectionList
value = instance.ListViewSelectionListControl
public SelectionList ListViewSelectionListControl { get; }
属性值
类型:Microsoft.SharePoint.Mobile.Controls.SelectionList
包含用户可从中选择的移动视图的列表SelectionList 。