Freigeben über


EntityFieldValueDictionary.GetCollectionSize-Methode

Namespace:  Microsoft.BusinessData.Runtime
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetCollectionSize ( _
    fieldDotNotation As String _
) As ClientResult(Of Integer)
'Usage
Dim instance As EntityFieldValueDictionary
Dim fieldDotNotation As String
Dim returnValue As ClientResult(Of Integer)

returnValue = instance.GetCollectionSize(fieldDotNotation)
public ClientResult<int> GetCollectionSize(
    string fieldDotNotation
)

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Client.ClientResult<Int32>

Siehe auch

Referenz

EntityFieldValueDictionary Klasse

EntityFieldValueDictionary-Member

Microsoft.BusinessData.Runtime-Namespace