ClientWebPartPropertyType 単純型

(AppHostWebFeatures)

注:

SharePoint アドインはもともと "SharePoint 用アプリ" と呼ばれたため、文字列 app は要素、属性、およびファイル名の一部またはすべてとして表示されます。下位互換性を確保するために、スキーマは変更されていません。

型情報

情報 場所
基本型 xs:string
Namespace http://schemas.microsoft.com/sharepoint/
スキーマ ファイル apphostwebfeatures.xsd

定義

    <xs:simpleType name="ClientWebPartPropertyType">
        <xs:restriction base="xs:string">
            <xs:enumeration value="string" />
            <xs:enumeration value="int" />
            <xs:enumeration value="boolean" />
            <xs:enumeration value="enum" />
        </xs:restriction>
    </xs:simpleType>

列挙値

説明

string

int

ブール値

列挙