Compartilhar via


SPFieldCollection.GetFieldByInternalName method

Retorna o campo com o nome interno especificado da coleção.

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

Syntax

'Declaração
Public Function GetFieldByInternalName ( _
    strName As String _
) As SPField
'Uso
Dim instance As SPFieldCollection
Dim strName As String
Dim returnValue As SPField

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

Parâmetros

  • strName
    Type: System.String

    Uma seqüência de caracteres que especifica o nome interno do campo.

Valor retornado

Type: Microsoft.SharePoint.SPField
Um objeto SPField que representa o campo.

Exceptions

Exception Condition
ArgumentException

Não existe nenhum campo com esse nome na coleção.

Ver também

Referência

SPFieldCollection class

SPFieldCollection members

Microsoft.SharePoint namespace

InternalName