SPMobileItemFieldIterator.IsFormFieldExcluded 方法

获取一个值,该值指示是否从呈现特定的列表项移动窗体上的字段中排除指定的SPField

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

语法

声明
Protected Overridable Function IsFormFieldExcluded ( _
    field As SPField _
) As Boolean
用法
Dim field As SPField
Dim returnValue As Boolean

returnValue = Me.IsFormFieldExcluded(field)
protected virtual bool IsFormFieldExcluded(
    SPField field
)

参数

返回值

类型:System.Boolean
返回true如果字段中被排除在外 ;否则为false。

另请参阅

引用

SPMobileItemFieldIterator 类

SPMobileItemFieldIterator 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间