Freigeben über


ClientWebPartDefinition, complexType

(AppHostWebFeatures)

Hinweis

Die Zeichenfolge app wird als Teil oder als teil aller Element-, Attribut- und Dateinamen angezeigt, da SharePoint-Add-Ins ursprünglich als "Apps für SharePoint" bezeichnet wurden. Um die Abwärtskompatibilität sicherzustellen, wurden die Schemas nicht geändert.

Informationen zum Typ

Wert
Namespace http://schemas.microsoft.com/sharepoint/
Schemadatei apphostwebfeatures.xsd
Erweiterungsbasis Keine

Definition

    <xs:complexType name="ClientWebPartDefinition">
        <xs:all>
            <xs:element name="Content" type="ClientWebPartDefinitionContent" minOccurs="1" maxOccurs="1"></xs:element>
            <xs:element name="Properties" type="ClientWebPartProperties" minOccurs="0" maxOccurs="1"></xs:element>
        </xs:all>
        <xs:attribute name="Name" type="xs:string" use="required" />
        <xs:attribute name="DefaultWidth" type="xs:int" use="optional" />
        <xs:attribute name="DefaultHeight" type="xs:int" use="optional" />
        <xs:attribute name="Title" type="xs:string" use="optional" />
        <xs:attribute name="Description" type="xs:string" use="optional" />
    </xs:complexType>

Elemente und Attribute

Wenn das Schema bestimmte Anforderungen definiert, z. B. sequence, minOccurs, maxOccurs und choice, lesen Sie den Abschnitt definition.

Untergeordnete Elemente

Element

Typ

Beschreibung

Inhalt

ClientWebPartDefinitionContent

Properties

ClientWebPartProperties


Attribute

Attribut

Typ

Erforderlich

Beschreibung

Mögliche Werte

DefaultHeight

xs:int

Optional

Werte des xs:int-Typs.

DefaultWidth

xs:int

Optional

Werte des xs:int-Typs.

Beschreibung

xs:string

Optional

Werte des xs:string-Typs.

**Namen**

xs:string

Erforderlich

Werte des xs:string-Typs.

Titel

xs:string

Optional

Werte des xs:string-Typs.