Partager via


ItemAttachmentType.Item, 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
<XmlElementAttribute("Message", GetType(ExchangeMessageType))> _
<XmlElementAttribute("Task", GetType(TaskType))> _
<XmlElementAttribute("Item", GetType(ItemType))> _
<XmlElementAttribute("CalendarItem", GetType(CalendarItemType))> _
<XmlElementAttribute("Contact", GetType(ContactItemType))> _
Public Property Item As ItemType
'Utilisation
Dim instance As ItemAttachmentType
Dim value As ItemType

value = instance.Item

instance.Item = value
[XmlElementAttribute("Message", typeof(ExchangeMessageType))] 
[XmlElementAttribute("Task", typeof(TaskType))] 
[XmlElementAttribute("Item", typeof(ItemType))] 
[XmlElementAttribute("CalendarItem", typeof(CalendarItemType))] 
[XmlElementAttribute("Contact", typeof(ContactItemType))] 
public ItemType Item { get; set; }

Voir aussi

Référence

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