Compartilhar via


SPFieldLinkCollection.Item property (Int32)

Obtém o objeto especificado SPFieldLink da coleção usando seu número de índice.

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

Syntax

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPFieldLink
    Get
'Uso
Dim instance As SPFieldLinkCollection
Dim index As Integer
Dim value As SPFieldLink

value = instance(index)
public SPFieldLink this[
    int index
] { get; }

Parâmetros

  • index
    Type: System.Int32

    O índice da referência de campo dentro da coleção.

Property value

Type: Microsoft.SharePoint.SPFieldLink
Um objeto SPFieldLink .

Comentários

Se o objeto especificado não for encontrado, o indexador retornará a null reference (Nothing in Visual Basic).

Ver também

Referência

SPFieldLinkCollection class

SPFieldLinkCollection members

Item overload

Microsoft.SharePoint namespace

SPFieldLink

SPContentType

Outros recursos

Fields and Field References

Introduction to Columns