CommandUIHandlerType, 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="CommandUIHandlerType">
<xs:attribute name="Command" type="xs:string" use="required" />
<xs:attribute name="CommandAction" type="xs:string" use="required" />
<xs:attribute name="EnabledScript" 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
Keine.
Attribute
Attribut |
Typ |
Erforderlich |
Beschreibung |
Mögliche Werte |
---|---|---|---|---|
Get-Help |
xs:string |
Erforderlich |
Werte des xs:string-Typs. |
|
CommandAction |
xs:string |
Erforderlich |
Werte des xs:string-Typs. |
|
EnabledScript |
xs:string |
Optional |
Werte des xs:string-Typs. |