SPListItem.Attachments 属性
获取与项目相关联的附件的集合。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property Attachments As SPAttachmentCollection
Get
用法
Dim instance As SPListItem
Dim value As SPAttachmentCollection
value = instance.Attachments
public SPAttachmentCollection Attachments { get; }
属性值
类型:Microsoft.SharePoint.SPAttachmentCollection
扫描的附件集合。
备注
Attachments属性不适用于文档库,并返回ArgumentOutOfRangeException异常,如果应用于文档库。