Freigeben über


CustomActionDefinition, 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

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

Definition

    <xs:complexType name="CustomActionDefinition">
        <xs:all>
            <xs:element name="UrlAction" type="UrlActionDefinition" minOccurs="0" maxOccurs="1"></xs:element>
            <xs:element name="CommandUIExtension" type="CommandUIExtensionType" minOccurs="0" maxOccurs="1"></xs:element>
        </xs:all>
        <xs:attribute name="Description" type="LocalizableString" />
        <xs:attribute name="GroupId" type="xs:string" />
        <xs:attribute name="Id" type="UniqueIdentifier" />
        <xs:attribute name="ImageUrl" type="LocalizableString" />
        <xs:attribute name="Location" type="CustomActionLocations" use="optional" />
        <xs:attribute name="RegistrationType" type="CustomActionRegistrationType" />
        <xs:attribute name="RegistrationId" type="xs:string" />
        <xs:attribute name="RequireSiteAdministrator" type="TRUEFALSE" />
        <xs:attribute name="Rights" type="xs:string" />
        <xs:attribute name="Sequence" type="Sequence" />
        <xs:attribute name="ShowInReadOnlyContentTypes" type="TRUEFALSE" />
        <xs:attribute name="ShowInSealedContentTypes" type="TRUEFALSE" />
        <xs:attribute name="Title" type="LocalizableString" />
        <xs:attribute name="UIVersion" type="UIVersion" />
        <xs:attribute name="HostWebDialog" type="TRUEFALSE" use="optional" />
        <xs:attribute name="HostWebDialogHeight" type="xs:int" use="optional" />
        <xs:attribute name="HostWebDialogWidth" type="xs:int" 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

CommandUIExtension

CommandUIExtensionType

UrlAction

UrlActionDefinition


Attribute

Attribut

Typ

Erforderlich

Beschreibung

Mögliche Werte

Beschreibung

LocalizableString

Optional

Werte des LocalizableString-Typs.

GroupId

xs:string

Optional

Werte des xs:string-Typs.

HostWebDialog

TRUEFALSE

Optional

Werte des TRUEFALSE-Typs.

HostWebDialogHeight

xs:int

Optional

Werte des xs:int-Typs.

HostWebDialogWidth

xs:int

Optional

Werte des xs:int-Typs.

Id

Uniqueidentifier

Optional

Werte des UniqueIdentifier-Typs.

ImageUrl

LocalizableString

Optional

Werte des LocalizableString-Typs.

Standort

CustomActionLocations

Optional

Werte des CustomActionLocations-Typs.

RegistrationId

xs:string

Optional

Werte des xs:string-Typs.

RegistrationType

CustomActionRegistrationType

Optional

Werte des CustomActionRegistrationType-Typs.

RequireSiteAdministrator

TRUEFALSE

Optional

Werte des TRUEFALSE-Typs.

Rights

xs:string

Optional

Werte des xs:string-Typs.

Sequence

Sequence

Optional

Werte des Sequence-Typs.

ShowInReadOnlyContentTypes

TRUEFALSE

Optional

Werte des TRUEFALSE-Typs.

ShowInSealedContentTypes

TRUEFALSE

Optional

Werte des TRUEFALSE-Typs.

Titel

LocalizableString

Optional

Werte des LocalizableString-Typs.

UIVersion

UIVersion

Optional

Werte des UIVersion-Typs.