LookupField.ItemIds 属性

获取项目 ID 编号列表。

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

语法

声明
Protected Overridable ReadOnly Property ItemIds As IList(Of Integer)
    Get
用法
Dim value As IList(Of Integer)

value = Me.ItemIds
protected virtual IList<int> ItemIds { get; }

属性值

类型:System.Collections.Generic.IList<Int32>
表示列表项的 ID 号Int32IList

另请参阅

引用

LookupField 类

LookupField 成员

Microsoft.SharePoint.WebControls 命名空间