UpgradeActionsDefinition, 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
Informationen | Standort |
---|---|
Namespace | http://schemas.microsoft.com/sharepoint/ |
Schemadatei | apphostwebfeatures.xsd |
Erweiterungsbasis | Keine |
Definition
<xs:complexType name="UpgradeActionsDefinition">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="VersionRange" type="VersionRangeDefinition"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs: name="" >
</xs:>
</xs:choice>
<xs:attribute name="ReceiverAssembly"
type="AssemblyStrongName"
use="optional"
/>
<xs:attribute name="ReceiverClass"
type="AssemblyClass"
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 |
---|---|---|
Attribute
Attribut |
Typ |
Erforderlich |
Beschreibung |
Mögliche Werte |
---|---|---|---|---|
ReceiverAssembly |
AssemblyStrongName |
Optional |
Werte des AssemblyStrongName-Typs. |
|
ReceiverClass |
AssemblyClass |
Optional |
Werte des AssemblyClass-Typs. |