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变量中使用collAttachments[index]在 C# 或collAttachments(index)Visual Basic,在其中index是集合中附件的索引号。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。