SPMobileComputedField.IsNonLinkFolderItem 方法

获取一个值,该值指定的字段是否为一个三种类型的计算字段。

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

语法

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

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

参数

返回值

类型:System.Boolean
true如果field。InternalName包含任何"LinkDiscussionTitle"、"PersonViewMinimal"或"BodyAndMore";否则为false。

备注

预期的目的是以确定是否应而不是作为链接的文本形式呈现field 。

另请参阅

引用

SPMobileComputedField 类

SPMobileComputedField 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间