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
)

参数

返回值

类型:Microsoft.SharePoint.Client.Attachment
要添加的附件。

备注

它不能空引用(无 在 Visual Basic 中)。

另请参阅

引用

AttachmentCollection 类

AttachmentCollection 成员

Microsoft.SharePoint.Client 命名空间