ClientValueObjectCollection<T>.Add - Méthode

Adds a new item to the collection.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)  Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    item As T _
)
'Utilisation
Dim instance As ClientValueObjectCollection
Dim item As T

instance.Add(item)
public void Add(
    T item
)

Paramètres

  • item
    Type : T

    The type of item in the collection.

Voir aussi

Référence

ClientValueObjectCollection<T> classe

ClientValueObjectCollection<T> - Membres

Microsoft.SharePoint.Client - Espace de noms