ClientValueObjectCollection<T>.Add-Methode
Fügt ein neues Element 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 Sub Add ( _
item As T _
)
'Usage
Dim instance As ClientValueObjectCollection
Dim item As T
instance.Add(item)
public void Add(
T item
)
Parameter
item
Typ: TDie Art des Elements in der Auflistung.
Siehe auch
Referenz
ClientValueObjectCollection<T> Klasse