PropertyBagDefinition complexType

(AppHostWebFeatures)

注意

该字符串 app 显示为某些元素、属性和文件名的一部分或全部,因为 SharePoint 外接程序最初称为“SharePoint 应用程序”。为确保向后兼容性,架构尚未更改。

类型信息

资源 文件
命名空间 http://schemas.microsoft.com/sharepoint/
架构文件 apphostwebfeatures.xsd
扩展基

定义

    <xs:complexType name="PropertyBagDefinition">
        <xs:sequence>
            <xs:element name="Property" type="PropertyValueAttributeDefinition" minOccurs="0" maxOccurs="unbounded"></xs:element>
        </xs:sequence>
        <xs:attribute name="ItemIndex" type="xs:string" use="optional" />
        <xs:attribute name="Url" type="xs:string" use="optional" />
        <xs:attribute name="ParentType" type="PropertyBagParentTypeDefinition" use="required" />
        <xs:attribute name="RootWebOnly" type="TRUEFALSE" use="optional" />
        <xs:attribute name="HyperlinkBaseUrl" type="AbsoluteUrl" use="optional" />
    </xs:complexType>

元素和属性

如果架构定义了特定要求(如 sequenceminOccursmaxOccurschoice),请参阅定义部分。

子元素

元素

类型

说明

属性

PropertyValueAttributeDefinition


属性

属性

类型

必需

说明

可能的值

HyperlinkBaseUrl

AbsoluteUrl

可选

AbsoluteUrl 类型的值。

ItemIndex

xs:string

可选

xs:string 类型的值。

ParentType

PropertyBagParentTypeDefinition

必需

PropertyBagParentTypeDefinition 类型的值。

RootWebOnly

TRUEFALSE

可选

TRUEFALSE 类型的值。

URL

xs:string

可选

xs:string 类型的值。