SPRelatedFieldCollection.Item property
Obtém o objeto SPRelatedField no índice especificado na coleção.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
iIndex As Integer _
) As SPRelatedField
Get
'Uso
Dim instance As SPRelatedFieldCollection
Dim iIndex As Integer
Dim value As SPRelatedField
value = instance(iIndex)
public SPRelatedField this[
int iIndex
] { get; }
Parâmetros
iIndex
Type: System.Int32O índice do objeto dentro da coleção.
Property value
Type: Microsoft.SharePoint.SPRelatedField
SPRelatedField
Ver também
Referência
SPRelatedFieldCollection class