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
parameters
Tipo: Microsoft.SharePoint.Client.AttachmentCreationInformationLos parámetros que representan los datos adjuntos que se agregará.
Valor devuelto
Tipo: Microsoft.SharePoint.Client.Attachment
Los datos adjuntos que se agregará.
Comentarios
No debe ser una referencia null (Nothing en Visual Basic).