SPMobileItemFieldIterator.ListFormFields 属性
获取当前窗体的列表域的集合。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overridable ReadOnly Property ListFormFields As SPFieldCollection
Get
用法
Dim value As SPFieldCollection
value = Me.ListFormFields
protected virtual SPFieldCollection ListFormFields { get; }
属性值
类型:Microsoft.SharePoint.SPFieldCollection
为当前窗体字段的SPFieldCollection 。例如,如果当前窗体创建新的列表项目, ListFormFields在新窗体返回的列表中的所有域的集合。