EntityFieldValueDictionary.GetCollectionSize método
Namespace: Microsoft.BusinessData.Runtime
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Function GetCollectionSize ( _
fieldDotNotation As String _
) As ClientResult(Of Integer)
'Uso
Dim instance As EntityFieldValueDictionary
Dim fieldDotNotation As String
Dim returnValue As ClientResult(Of Integer)
returnValue = instance.GetCollectionSize(fieldDotNotation)
public ClientResult<int> GetCollectionSize(
string fieldDotNotation
)
Parâmetros
- fieldDotNotation
Tipo: System.String
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<Int32>
Ver também
Referência
EntityFieldValueDictionary classe