Properties 要素 (DeploymentManifest - SPAttachment)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

Windows SharePoint Services 3.0 添付ファイルのプロパティのコレクションを表します。 リスト アイテムの添付ファイルのコレクションを取得するには、 SPListItem クラスの Attachments プロパティを使用します。

定義

DECLARATION
<xs:element name="Properties" type="Dictionary" minOccurs="0" />

USAGE
<Attachment>
        <Properties
                <Property />
        />
</Attachment>

辞書

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

なし

子要素

Property 要素 (DeploymentManifest)

親要素

Attachment 要素 (DeploymentManifest)

関連項目