Field 要素 (DeploymentManifest - FieldDataCollection)
適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
指定した型のインスタンスのフィールド値を表します。
定義
DECLARATION
<xs:element name="Field"
type="DictionaryEntry"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Fields>
<Field
Name="xs:string"
Value="xs:string"
Value2="xs:string"
Id="Guid"
Type="SPDictionaryEntryValueType"
Access="SPDictionaryEntryAccess"
/>
</Fields>
型
要素と属性
以下のセクションで、属性、子要素、親要素について説明します。
属性
属性 | 型 | 説明 |
---|---|---|
名前 |
xs:string |
必須です。 指定したフィールドのリテラル名。 |
値 |
xs:string |
オプション。 フィールドの値の表現。 |
Value2 |
xs:string |
オプション。 |
Id |
Guid 単純型 (DeploymentManifest) |
オプション。 フィールドを表す一意識別子です。 |
Type |
SPDictionaryEntryValueType 単純型 (DeploymentManifest) |
オプション。 フィールド値のデータ型。 SPDictionaryEntryValueType 単純型で定義された値を指定する必要があります。 |
Access |
SPDictionaryEntryAccess 単純型 (DeploymentManifest) |
オプション。 フィールド値に使用可能なアクセス モードを指定します。 SPDictionaryEntryAccess 単純型で定義された値 (ReadOnly または ReadWrite) を指定する必要があります。 |
子要素
None
親要素
Fields 要素 (DeploymentManifest - SPList)