SPDictionaryEntryValueType 単純型 (DeploymentManifest)
適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
指定したフィールド値のデータ型を示します。
定義
<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 |
文字列 データ型。 |
Integer |
整数 データ型。 |
Time |
Date/time データ型です。 |
StringVector |
String データ型として扱います。 |
Boolean |
ブール 型のデータ型。 |
FileSystemTime |
日付/時刻データ型として扱います。 |
IntVector |
Integer データ型として扱います。 |
Double |
Double データ型として扱います。 |
LongText |
String データ型として扱います。 |
空 |
値なし。 |