次の方法で共有


SetItemFieldType.Item1 プロパティ (Microsoft.SharePoint.Portal.WebControls)

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

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

構文

'宣言
<XmlElementAttribute("Message", GetType(ExchangeMessageType))> _
<XmlElementAttribute("Contact", GetType(ContactItemType))> _
<XmlElementAttribute("DistributionList", GetType(DistributionListType))> _
<XmlElementAttribute("MeetingRequest", GetType(MeetingRequestMessageType))> _
<XmlElementAttribute("Task", GetType(TaskType))> _
<XmlElementAttribute("MeetingMessage", GetType(MeetingMessageType))> _
<XmlElementAttribute("Item", GetType(ItemType))> _
<XmlElementAttribute("MeetingResponse", GetType(MeetingResponseMessageType))> _
<XmlElementAttribute("CalendarItem", GetType(CalendarItemType))> _
<XmlElementAttribute("MeetingCancellation", GetType(MeetingCancellationMessageType))> _
Public Property Item1 As ItemType
'使用
Dim instance As SetItemFieldType
Dim value As ItemType

value = instance.Item1

instance.Item1 = value
[XmlElementAttribute("Message", typeof(ExchangeMessageType))] 
[XmlElementAttribute("Contact", typeof(ContactItemType))] 
[XmlElementAttribute("DistributionList", typeof(DistributionListType))] 
[XmlElementAttribute("MeetingRequest", typeof(MeetingRequestMessageType))] 
[XmlElementAttribute("Task", typeof(TaskType))] 
[XmlElementAttribute("MeetingMessage", typeof(MeetingMessageType))] 
[XmlElementAttribute("Item", typeof(ItemType))] 
[XmlElementAttribute("MeetingResponse", typeof(MeetingResponseMessageType))] 
[XmlElementAttribute("CalendarItem", typeof(CalendarItemType))] 
[XmlElementAttribute("MeetingCancellation", typeof(MeetingCancellationMessageType))] 
public ItemType Item1 { get; set; }

関連項目

参照

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