次の方法で共有


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

Date/time データ型です。

StringVector

String データ型として扱います。

Boolean

Boolean データ型です。

FileSystemTime

日付/時刻データ型として扱います。

IntVector

Integer データ型として扱います。

Double

Double データ型として扱います。

LongText

String データ型として扱います。

Empty

値なし。

関連項目

参照

MetaInfoValueType

概念

DeploymentManifest スキーマ