ClientValueCollection.GetItemAtIndexOrDefaultValue método
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Function GetItemAtIndexOrDefaultValue ( _
index As Integer _
) As ClientValue
'Uso
Dim instance As ClientValueCollection
Dim index As Integer
Dim returnValue As ClientValue
returnValue = instance.GetItemAtIndexOrDefaultValue(index)
public ClientValue GetItemAtIndexOrDefaultValue(
int index
)
Parâmetros
- index
Tipo: System.Int32
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientValue