添加到fieldsDictionary和computerdFieldsDictionarySPField和引用的任何字段。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Sub FillInFieldsDictionary ( _
fieldsDictionary As Dictionary(Of String, Integer), _
computerdFieldsDictionary As Dictionary(Of String, Boolean), _
field As SPField, _
flag As Integer _
)
用法
Dim fieldsDictionary As Dictionary(Of String, Integer)
Dim computerdFieldsDictionary As Dictionary(Of String, Boolean)
Dim field As SPField
Dim flag As Integer
Me.FillInFieldsDictionary(fieldsDictionary, _
computerdFieldsDictionary, field, _
flag)
protected void FillInFieldsDictionary(
Dictionary<string, int> fieldsDictionary,
Dictionary<string, bool> computerdFieldsDictionary,
SPField field,
int flag
)
参数
fieldsDictionary
类型:System.Collections.Generic.Dictionary<String, Int32>如果不是Computed存储SPField的内部名称词典。
computerdFieldsDictionary
类型:System.Collections.Generic.Dictionary<String, Boolean>存储其类型为Computed字段的内部名称词典。
field
类型:Microsoft.SharePoint.SPFieldSPField将添加到fieldsDictionary和computerdFieldsDictionary。
flag
类型:System.Int32指示当前查询的字段类型的标志。
备注
There are three field types for the FieldRef: "NORMAL", "TEXTFIELD", and "DATETIMEORIGINAL".