Compartir a través de


: NonEmptyArrayOfAllItemsType.Items (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<XmlElementAttribute("DeclineItem", GetType(DeclineItemType))> _
<XmlElementAttribute("Item", GetType(ItemType))> _
<XmlElementAttribute("Task", GetType(TaskType))> _
<XmlElementAttribute("MeetingCancellation", GetType(MeetingCancellationMessageType))> _
<XmlElementAttribute("AcceptItem", GetType(AcceptItemType))> _
<XmlElementAttribute("CalendarItem", GetType(CalendarItemType))> _
<XmlElementAttribute("DistributionList", GetType(DistributionListType))> _
<XmlElementAttribute("Contact", GetType(ContactItemType))> _
<XmlElementAttribute("Message", GetType(ExchangeMessageType))> _
<XmlElementAttribute("SuppressReadReceipt", GetType(SuppressReadReceiptType))> _
<XmlElementAttribute("MeetingRequest", GetType(MeetingRequestMessageType))> _
<XmlElementAttribute("MeetingResponse", GetType(MeetingResponseMessageType))> _
<XmlElementAttribute("CancelCalendarItem", GetType(CancelCalendarItemType))> _
<XmlElementAttribute("ForwardItem", GetType(ForwardItemType))> _
<XmlElementAttribute("MeetingMessage", GetType(MeetingMessageType))> _
<XmlElementAttribute("TentativelyAcceptItem", GetType(TentativelyAcceptItemType))> _
<XmlElementAttribute("RemoveItem", GetType(RemoveItemType))> _
<XmlElementAttribute("ReplyAllToItem", GetType(ReplyAllToItemType))> _
<XmlElementAttribute("ReplyToItem", GetType(ReplyToItemType))> _
Public Property Items As ItemType()
'Uso
Dim instance As NonEmptyArrayOfAllItemsType
Dim value As ItemType()

value = instance.Items

instance.Items = value
[XmlElementAttribute("DeclineItem", typeof(DeclineItemType))] 
[XmlElementAttribute("Item", typeof(ItemType))] 
[XmlElementAttribute("Task", typeof(TaskType))] 
[XmlElementAttribute("MeetingCancellation", typeof(MeetingCancellationMessageType))] 
[XmlElementAttribute("AcceptItem", typeof(AcceptItemType))] 
[XmlElementAttribute("CalendarItem", typeof(CalendarItemType))] 
[XmlElementAttribute("DistributionList", typeof(DistributionListType))] 
[XmlElementAttribute("Contact", typeof(ContactItemType))] 
[XmlElementAttribute("Message", typeof(ExchangeMessageType))] 
[XmlElementAttribute("SuppressReadReceipt", typeof(SuppressReadReceiptType))] 
[XmlElementAttribute("MeetingRequest", typeof(MeetingRequestMessageType))] 
[XmlElementAttribute("MeetingResponse", typeof(MeetingResponseMessageType))] 
[XmlElementAttribute("CancelCalendarItem", typeof(CancelCalendarItemType))] 
[XmlElementAttribute("ForwardItem", typeof(ForwardItemType))] 
[XmlElementAttribute("MeetingMessage", typeof(MeetingMessageType))] 
[XmlElementAttribute("TentativelyAcceptItem", typeof(TentativelyAcceptItemType))] 
[XmlElementAttribute("RemoveItem", typeof(RemoveItemType))] 
[XmlElementAttribute("ReplyAllToItem", typeof(ReplyAllToItemType))] 
[XmlElementAttribute("ReplyToItem", typeof(ReplyToItemType))] 
public ItemType[] Items { get; set; }

Vea también

Referencia

NonEmptyArrayOfAllItemsType (Clase)
NonEmptyArrayOfAllItemsType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)