ClientWebPartProperty 複合型
(AppHostWebFeatures)
注:
SharePoint アドインはもともと "SharePoint 用アプリ" と呼ばれたため、文字列 app
は要素、属性、およびファイル名の一部またはすべてとして表示されます。下位互換性を確保するために、スキーマは変更されていません。
型情報
情報 | 場所 |
---|---|
Namespace | http://schemas.microsoft.com/sharepoint/ |
スキーマ ファイル | apphostwebfeatures.xsd |
拡張ベース | なし |
定義
<xs:complexType name="ClientWebPartProperty">
<xs:all>
<xs:element name="EnumItems" type="ClientWebPartEnumItems" minOccurs="0" maxOccurs="1"></xs:element>
</xs:all>
<xs:attribute name="Name" type="xs:string" use="required" />
<xs:attribute name="Type" type="ClientWebPartPropertyType" use="required" />
<xs:attribute name="RequiresDesignerPermission" type="xs:boolean" use="required" />
<xs:attribute name="DefaultValue" type="xs:string" use="required" />
<xs:attribute name="PersonalizationScope" type="WebPartPersonalizationScope" use="optional" />
<xs:attribute name="PersonalizableIsSensitive" type="xs:boolean" use="optional" />
<xs:attribute name="WebBrowsable" type="xs:boolean" use="optional" />
<xs:attribute name="WebDisplayName" type="xs:string" use="optional" />
<xs:attribute name="WebDescription" type="xs:string" use="optional" />
<xs:attribute name="WebCategory" type="xs:string" use="optional" />
<xs:attribute name="ManagedLinkFixup" type="xs:boolean" use="optional" />
<xs:attribute name="ManagedLinkConvertServerLinksToRelative" type="xs:boolean" use="optional" />
<xs:attribute name="Multilingual" type="xs:boolean" use="optional" />
</xs:complexType>
要素と属性
スキーマで sequence、minOccurs、maxOccurs、choice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。
子要素
要素 |
型 |
説明 |
---|---|---|
属性
属性 | 種類 | 必須 | 説明 | 使用できる値 |
---|---|---|---|---|
DefaultValue | xs:string | 必須出席者 | xs:string 型の値。 | |
ManagedLinkConvertServerLinksToRelative | xs:boolean | 省略可能 | xs:boolean 型の値。 | |
ManagedLinkFixup | xs:boolean | 省略可能 | xs:boolean 型の値。 | |
多言語対応 | xs:boolean | 省略可能 | xs:boolean 型の値。 | |
名前 | xs:string | 必須出席者 | xs:string 型の値。 | |
PersonalizableIsSensitive | xs:boolean | 省略可能 | xs:boolean 型の値。 | |
PersonalizationScope | WebPartPersonalizationScope | 省略可能 | WebPartPersonalizationScope 型の値。 | |
RequiresDesignerPermission | xs:boolean | 必須 | xs:boolean 型の値。 | |
型 | ClientWebPartPropertyType | 必須出席者 | ClientWebPartPropertyType 型の値。 | |
WebBrowsable | xs:boolean | 省略可能 | xs:boolean 型の値。 | |
WebCategory | xs:string | 省略可能 | xs:string 型の値。 | |
WebDescription | xs:string | 省略可能 | xs:string 型の値。 | |
WebDisplayName | xs:string | 省略可能 | xs:string 型の値。 |