返回一个值,该值指示在移动列表视图中是否显示指定的字段 (列)。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function IsViewFieldExcluded ( _
field As SPField _
) As Boolean
用法
Dim field As SPField
Dim returnValue As Boolean
returnValue = SPMobileUtility.IsViewFieldExcluded(field)
public static bool IsViewFieldExcluded(
SPField field
)
参数
field
类型:Microsoft.SharePoint.SPField一个字段 (列)。
返回值
类型:System.Boolean
true,如果字段中未出现在列表中移动视图。否则为false。
备注
有关字段从移动视图中排除的类型的信息,请参阅Mobile Forms。