ClientValueObjectCollection<T>.Count-Eigenschaft
Ruft die Anzahl der Elemente in der Auflistung an.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
Get
'Usage
Dim instance As ClientValueObjectCollection
Dim value As Integer
value = instance.Count
public int Count { get; }
Eigenschaftswert
Typ: System.Int32
Die Anzahl der Elemente in der Sammlung
Siehe auch
Referenz
ClientValueObjectCollection<T> Klasse