MultipleLookupField.ItemIds 属性
获取项目 Id MultipleLookupField组件中的列表。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides ReadOnly Property ItemIds As IList(Of Integer)
Get
用法
Dim value As IList(Of Integer)
value = Me.ItemIds
protected override IList<int> ItemIds { get; }
属性值
类型:System.Collections.Generic.IList<Int32>
IList < int >数组包含MultipleLookupField父控件中的项目的 Id。