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>

类型

DictionaryEntry

元素和属性

下面各部分介绍了属性、子元素和父元素。

Attributes

属性 类型 说明
名称
xs:string
必填。 指定字段的文字名称。

xs:string
可选。 字段值的表示形式。
Value2
xs:string
可选。
Id
GUID 简单类型 (DeploymentManifest)
可选。 字段的唯一标识符。
类型
SPDictionaryEntryValueType 简单类型 (DeploymentManifest)
可选。 字段值的数据类型。 必须是在 SPDictionaryEntryValueType 简单类型中定义的值类型。
Access
SPDictionaryEntryAccess 简单类型 (DeploymentManifest)
可选。 指定字段值的允许访问模式。 必须为在 SPDictionaryEntryAccess 简单类型中定义的值:ReadOnlyReadWrite

子元素

父元素

Fields 元素 (DeploymentManifest - SPList)

另请参阅