获取一个值,该值指示是否指定的SPField时排除的呈现字段。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides Function IsFormFieldExcluded ( _
field As SPField _
) As Boolean
用法
Dim field As SPField
Dim returnValue As Boolean
returnValue = Me.IsFormFieldExcluded(field)
protected override bool IsFormFieldExcluded(
SPField field
)
参数
field
类型:Microsoft.SharePoint.SPField报告其排除状态SPField 。
返回值
类型:System.Boolean
true如果中排除字段 ;否则为false。