Field 要素 (DeploymentManifest - FieldDataCollection)
最終更新日: 2015年3月9日
適用対象: SharePoint Foundation 2010
この記事の内容
型
属性
子要素
親要素
指定した型のインスタンスのフィールド値を表します。
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>
型
属性
属性 |
型 |
説明 |
---|---|---|
Name |
xs:string |
必須。指定したフィールドのリテラル名。 |
Value |
xs:string |
オプション。フィールドの値の表現。 |
Value2 |
xs:string |
オプション。 |
Id |
オプション。フィールドの一意の識別子。 |
|
Type |
オプション。フィールド値のデータ型。SPDictionaryEntryValueType 単純型で定義された値を指定する必要があります。 |
|
Access |
オプション。フィールド値に使用可能なアクセス モードを指定します。SPDictionaryEntryAccess 単純型で定義された値 (ReadOnly または ReadWrite) を指定する必要があります。 |
子要素
なし |