共用方式為


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
若要新增附件。

備註

它不能null 參考 (未執行任何動作 於 Visual Basic 中)。

請參閱

參照

AttachmentCollection 類別

AttachmentCollection 成員

Microsoft.SharePoint.Client 命名空間