共用方式為


AttachmentCollection 類別

表示清單項目的附件集合。

繼承階層架構

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Attachment>
        Microsoft.SharePoint.Client.AttachmentCollection

命名空間:  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 NotInheritable Class AttachmentCollection _
    Inherits ClientObjectCollection(Of Attachment)
'用途
Dim instance As AttachmentCollection
public sealed class AttachmentCollection : ClientObjectCollection<Attachment>

備註

您可以使用ListItem類別AttachmentFiles屬性,傳回附件的清單項目集合。若要建立附件的方式,使用 [ Add方法

使用索引子集合傳回單一附件的檔案名稱。例如,假設集合指派給一個名為collAttachments變數,請使用 C# collAttachments[index]或Visual Basic,在collAttachments(index)index號碼在哪裡索引集合中的附件。

執行緒安全

這類型的任何公用 static (共用 於 Visual Basic 中) 成員是安全執行緒。不保證任何執行個體成員都是安全執行緒。

請參閱

參照

AttachmentCollection 成員

Microsoft.SharePoint.Client 命名空間