Compartir a través de


del método AttachmentCollection.Add

Agrega los datos adjuntos que se representan con los parámetros especificados.

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)

Sintaxis

'Declaración
Public Function Add ( _
    parameters As AttachmentCreationInformation _
) As Attachment
'Uso
Dim instance As AttachmentCollection
Dim parameters As AttachmentCreationInformation
Dim returnValue As Attachment

returnValue = instance.Add(parameters)
public Attachment Add(
    AttachmentCreationInformation parameters
)

Parámetros

Valor devuelto

Tipo: Microsoft.SharePoint.Client.Attachment
Los datos adjuntos que se agregará.

Comentarios

No debe ser una referencia null (Nothing en Visual Basic).

Vea también

Referencia

clase AttachmentCollection

Miembros AttachmentCollection

Espacio de nombres Microsoft.SharePoint.Client