次の方法で共有


NonEmptyArrayOfAllItemsType.Items プロパティ (Microsoft.SharePoint.Portal.WebControls)

このメンバは内部使用の目的で予約されており、ユーザー コード内で直接使用することを意図したものではありません。

名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
<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()
'使用
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; }

関連項目

参照

NonEmptyArrayOfAllItemsType クラス
NonEmptyArrayOfAllItemsType メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間