: ArrayOfRealItemsType.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("MeetingCancellation", GetType(MeetingCancellationMessageType))> _
<XmlElementAttribute("MeetingResponse", GetType(MeetingResponseMessageType))> _
<XmlElementAttribute("DistributionList", GetType(DistributionListType))> _
<XmlElementAttribute("MeetingMessage", GetType(MeetingMessageType))> _
<XmlElementAttribute("MeetingRequest", GetType(MeetingRequestMessageType))> _
<XmlElementAttribute("Message", GetType(ExchangeMessageType))> _
<XmlElementAttribute("Item", GetType(ItemType))> _
<XmlElementAttribute("Task", GetType(TaskType))> _
<XmlElementAttribute("CalendarItem", GetType(CalendarItemType))> _
<XmlElementAttribute("Contact", GetType(ContactItemType))> _
Public Property Items As ItemType()
'Uso
Dim instance As ArrayOfRealItemsType
Dim value As ItemType()
value = instance.Items
instance.Items = value
[XmlElementAttribute("MeetingCancellation", typeof(MeetingCancellationMessageType))]
[XmlElementAttribute("MeetingResponse", typeof(MeetingResponseMessageType))]
[XmlElementAttribute("DistributionList", typeof(DistributionListType))]
[XmlElementAttribute("MeetingMessage", typeof(MeetingMessageType))]
[XmlElementAttribute("MeetingRequest", typeof(MeetingRequestMessageType))]
[XmlElementAttribute("Message", typeof(ExchangeMessageType))]
[XmlElementAttribute("Item", typeof(ItemType))]
[XmlElementAttribute("Task", typeof(TaskType))]
[XmlElementAttribute("CalendarItem", typeof(CalendarItemType))]
[XmlElementAttribute("Contact", typeof(ContactItemType))]
public ItemType[] Items { get; set; }
Vea también
Referencia
ArrayOfRealItemsType (Clase)
ArrayOfRealItemsType (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)