SPFieldCollection.GetFieldByInternalName 方法

从集合中返回的字段具有指定的内部名称。

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

语法

声明
Public Function GetFieldByInternalName ( _
    strName As String _
) As SPField
用法
Dim instance As SPFieldCollection
Dim strName As String
Dim returnValue As SPField

returnValue = instance.GetFieldByInternalName(strName)
public SPField GetFieldByInternalName(
    string strName
)

参数

  • strName
    类型:System.String

    一个字符串,指定该字段的内部名称。

返回值

类型:Microsoft.SharePoint.SPField
一个表示此字段的SPField对象。

异常

异常 条件
ArgumentException

集合中不存在任何字段,使用该名称。

另请参阅

引用

SPFieldCollection 类

SPFieldCollection 成员

Microsoft.SharePoint 命名空间

InternalName