FeatureActivationDependencyDefinition, 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="FeatureActivationDependencyDefinition">
<xs:attribute name="FeatureId" type="UniqueIdentifier" use="required" />
<xs:attribute name="MinimumVersion" type="FeatureVersion" use="optional" />
<xs:attribute name="SolutionId" type="UniqueIdentifier" use="optional" />
<xs:attribute name="SolutionTitle" type="xs:string" use="optional" />
<xs:attribute name="SolutionName" type="xs:string" use="optional" />
<xs:attribute name="SolutionUrl" type="xs:string" use="optional" />
<xs:attribute name="FeatureTitle" type="xs:string" use="optional" />
<xs:attribute name="FeatureDescription" 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 |
---|---|---|---|---|
FeatureDescription |
xs:string |
Optional |
Werte des xs:string-Typs. |
|
FeatureId |
Uniqueidentifier |
erforderlich |
Werte des UniqueIdentifier-Typs. |
|
FeatureTitle |
xs:string |
Optional |
Werte des xs:string-Typs. |
|
MinimumVersion |
Optional |
Werte des FeatureVersion-Typs. |
||
Solutionid |
Uniqueidentifier |
Optional |
Werte des UniqueIdentifier-Typs. |
|
Solutionname |
xs:string |
Optional |
Werte des xs:string-Typs. |
|
SolutionTitle |
xs:string |
Optional |
Werte des xs:string-Typs. |
|
SolutionUrl |
xs:string |
Optional |
Werte des xs:string-Typs. |