AttachmentCollection.Add 方法
添加附件表示的指定参数。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Function Add ( _
parameters As AttachmentCreationInformation _
) As Attachment
用法
Dim instance As AttachmentCollection
Dim parameters As AttachmentCreationInformation
Dim returnValue As Attachment
returnValue = instance.Add(parameters)
public Attachment Add(
AttachmentCreationInformation parameters
)
参数
parameters
类型:Microsoft.SharePoint.Client.AttachmentCreationInformation表示要添加的附件的参数。
返回值
类型:Microsoft.SharePoint.Client.Attachment
要添加的附件。
备注
它不能空引用(无 在 Visual Basic 中)。