SPDictionaryEntryValueType 简单类型 (DeploymentManifest)

上次修改时间: 2015年3月9日

适用范围: SharePoint Foundation 2010

指示指定字段值的数据类型。


<xs:simpleType name="SPDictionaryEntryValueType">
   <xs:restriction base="xs:string">
      <xs:enumeration value="String" />
      <xs:enumeration value="Integer" />
      <xs:enumeration value="Time" />
      <xs:enumeration value="StringVector" />
      <xs:enumeration value="Boolean" />
      <xs:enumeration value="FileSystemTime" />
      <xs:enumeration value="IntVector" />
      <xs:enumeration value="Double" />
      <xs:enumeration value="LongText" />
      <xs:enumeration value="Empty" />
   </xs:restriction>
</xs:simpleType>

枚举值

说明

String

String 数据类型。

Integer

Integer 数据类型。

Time

日期/时间数据类型。

StringVector

视为 String 数据类型。

Boolean

Boolean 数据类型。

FileSystemTime

视为日期/时间数据类型。

IntVector

视为 Integer 数据类型。

Double

视为 Double 数据类型。

LongText

视为 String 数据类型。

Empty

没有值。

请参阅

引用

MetaInfoValueType

概念

DeploymentManifest 架构