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
若要新增附件。
備註
它不能null 參考 (未執行任何動作 於 Visual Basic 中)。