SPViewFieldCollection.Exists 方法

返回一个布尔值,该值指示指定的视图字段是否存在。

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

语法

声明
Public Function Exists ( _
    Name As String _
) As Boolean
用法
Dim instance As SPViewFieldCollection
Dim Name As String
Dim returnValue As Boolean

returnValue = instance.Exists(Name)
public bool Exists(
    string Name
)

参数

  • Name
    类型:System.String

    一个字符串,包含字段的名称。

返回值

类型:System.Boolean
true如果不存在具有给定名称的指定视图字段 ;否则为false。

另请参阅

引用

SPViewFieldCollection 类

SPViewFieldCollection 成员

Microsoft.SharePoint 命名空间