Partager via


ItemType.Attachments, propriété (Microsoft.SharePoint.Portal.WebControls)

Ce membre est réservé à un usage interne et il n'a pas été conçu pour être utilisé directement à partir du code.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<XmlArrayItemAttribute("FileAttachment", GetType(FileAttachmentType), IsNullable:=False)> _
<XmlArrayItemAttribute("ItemAttachment", GetType(ItemAttachmentType), IsNullable:=False)> _
Public Property Attachments As AttachmentType()
'Utilisation
Dim instance As ItemType
Dim value As AttachmentType()

value = instance.Attachments

instance.Attachments = value
[XmlArrayItemAttribute("FileAttachment", typeof(FileAttachmentType), IsNullable=false)] 
[XmlArrayItemAttribute("ItemAttachment", typeof(ItemAttachmentType), IsNullable=false)] 
public AttachmentType[] Attachments { get; set; }

Voir aussi

Référence

ItemType, classe
Membres ItemType
Microsoft.SharePoint.Portal.WebControls, espace de noms