获取列表的查阅字段的 Id。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overridable ReadOnly Property LookupIds As IList(Of Integer)
Get
用法
Dim value As IList(Of Integer)
value = Me.LookupIds
protected virtual IList<int> LookupIds { get; }
属性值
类型:System.Collections.Generic.IList<Int32>
IList <Int32> 表示一组字段 ID 数。
备注
默认实现始终返回空引用(无 在 Visual Basic 中),因此您必须重写此类使用LookupIds。