SPListItem.Attachments - Propriété
Obtient la collection de pièces jointes qui sont associées à l'élément.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Attachments As SPAttachmentCollection
Get
'Utilisation
Dim instance As SPListItem
Dim value As SPAttachmentCollection
value = instance.Attachments
public SPAttachmentCollection Attachments { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPAttachmentCollection
Collection de pièces jointes.
Remarques
La propriété Attachments ne s'applique pas aux bibliothèques de documents et renvoie une exception ArgumentOutOfRangeException si appliqué à une bibliothèque de documents.