共用方式為


SPFieldCollection.GetField method

從集合中傳回欄位,具有指定內部、 顯示及靜態名稱。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Function GetField ( _
    strName As String _
) As SPField
'用途
Dim instance As SPFieldCollection
Dim strName As String
Dim returnValue As SPField

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

參數

  • strName
    Type: System.String

    字串,指定任一個內部的顯示或靜態欄位的名稱。

傳回值

Type: Microsoft.SharePoint.SPField
SPField 物件,表示該欄位。

Exceptions

Exception Condition
ArgumentException

找不到欄位。

備註

Microsoft SharePoint Foundation會先搜尋內部名稱 ;然後,如果有必要,請依顯示名稱。最後,如果有必要,請依靜態名稱。

請參閱

參照

SPFieldCollection class

SPFieldCollection members

Microsoft.SharePoint namespace