次の方法で共有


AttachmentInfoResponseMessageType.Attachments プロパティ (Microsoft.SharePoint.Portal.WebControls)

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

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

構文

'宣言
<XmlArrayItemAttribute("ItemAttachment", GetType(ItemAttachmentType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
<XmlArrayItemAttribute("FileAttachment", GetType(FileAttachmentType), Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property Attachments As AttachmentType()
'使用
Dim instance As AttachmentInfoResponseMessageType
Dim value As AttachmentType()

value = instance.Attachments

instance.Attachments = value
[XmlArrayItemAttribute("ItemAttachment", typeof(ItemAttachmentType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
[XmlArrayItemAttribute("FileAttachment", typeof(FileAttachmentType), Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)] 
public AttachmentType[] Attachments { get; set; }

関連項目

参照

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