Freigeben über


CustomActionRegistrationType, simpleType

(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

Name Wert
Basistyp xs:string
Namespace http://schemas.microsoft.com/sharepoint/
Schemadatei apphostwebfeatures.xsd

Definition

    <xs:simpleType name="CustomActionRegistrationType">
        <xs:restriction base="xs:string">
            <xs:enumeration value="List" />
            <xs:enumeration value="ContentType" />
            <xs:enumeration value="FileType" />
            <xs:enumeration value="ProgId" />
        </xs:restriction>
    </xs:simpleType>

Aufzählungswerte

Wert

Beschreibung

Liste

ContentType

FileType

ProgId