AttachmentCollection.Add - Méthode
Ajoute la pièce jointe qui est représentée par les paramètres spécifiés.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function Add ( _
parameters As AttachmentCreationInformation _
) As Attachment
'Utilisation
Dim instance As AttachmentCollection
Dim parameters As AttachmentCreationInformation
Dim returnValue As Attachment
returnValue = instance.Add(parameters)
public Attachment Add(
AttachmentCreationInformation parameters
)
Paramètres
parameters
Type : Microsoft.SharePoint.Client.AttachmentCreationInformationLes paramètres qui représentent la pièce jointe à ajouter.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.Attachment
La pièce jointe à ajouter.
Remarques
une référence Null (Rien dans Visual Basic)ne doit pas être.