Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
(AppHostWebFeatures)
Observação
A cadeia de caracteres app aparece como parte ou de todos os nomes de elemento, atributo e arquivo porque os suplementos do SharePoint eram originalmente chamados de "aplicativos para SharePoint". Para garantir a compatibilidade com atraso, os esquemas não foram alterados.
Informação de tipo
| Informações | Local |
|---|---|
| Namespace | http://schemas.microsoft.com/sharepoint/ |
| Arquivo de esquema | apphostwebfeatures.xsd |
| Base da extensão | Nenhum |
Definição
<xs:complexType name="FeatureDefinition">
<xs:all>
<xs:element name="ElementManifests" type="ElementManifestReferences" minOccurs="0" maxOccurs="1"></xs:element>
<xs:element name="Properties" type="FeaturePropertyDefinitions" minOccurs="0" maxOccurs="1"></xs:element>
<xs:element name="ActivationDependencies" type="FeatureActivationDependencyDefinitions" minOccurs="0" maxOccurs="1"></xs:element>
<xs:element name="UpgradeActions" type="UpgradeActionsDefinition" minOccurs="0" maxOccurs="1"></xs:element>
</xs:all>
<xs:attribute name="Id" type="UniqueIdentifier" use="required" />
<xs:attribute name="Title" type="LocalizableString" />
<xs:attribute name="Description" type="LocalizableString" />
<xs:attribute name="Version" type="FeatureVersion" />
<xs:attribute name="Scope" type="FeatureScope" use="required" />
<xs:attribute name="ReceiverAssembly" type="AssemblyStrongName" />
<xs:attribute name="ReceiverClass" type="AssemblyClass" />
<xs:attribute name="Creator" type="LocalizableString" />
<xs:attribute name="DefaultResourceFile" type="xs:string" />
<xs:attribute name="Hidden" type="TRUEFALSE" />
<xs:attribute name="SolutionId" type="UniqueIdentifier" />
<xs:attribute name="ActivateOnDefault" type="TRUEFALSE" />
<xs:attribute name="AutoActivateInCentralAdmin" type="TRUEFALSE" />
<xs:attribute name="AlwaysForceInstall" type="TRUEFALSE" />
<xs:attribute name="RequireResources" type="TRUEFALSE" />
<xs:attribute name="ImageUrl" type="RelativeFilePath" use="optional" />
<xs:attribute name="ImageUrlAltText" type="LocalizableString" use="optional" />
<xs:attribute name="UIVersion" type="UIVersion" />
</xs:complexType>
Elementos e atributos
Se o esquema definir requisitos específicos, como sequence, minOccurs,maxOccurs e choice, confira a seção de definição.
Elementos filho
Elemento |
Tipo |
Descrição |
|---|---|---|
Atributos
Atributo |
Tipo |
Obrigatório |
Descrição |
Valores possíveis |
|---|---|---|---|---|
ActivateOnDefault |
TRUEFALSE |
opcional |
Valores do tipo TRUEFALSE. |
|
AlwaysForceInstall |
TRUEFALSE |
opcional |
Valores do tipo TRUEFALSE. |
|
AutoActivateInCentralAdmin |
TRUEFALSE |
opcional |
Valores do tipo TRUEFALSE. |
|
Criador |
LocalizableString |
opcional |
Valores do tipo LocalizableString. |
|
DefaultResourceFile |
xs:string |
opcional |
Valores do tipo xs:string. |
|
Descrição |
LocalizableString |
opcional |
Valores do tipo LocalizableString. |
|
Hidden |
TRUEFALSE |
opcional |
Valores do tipo TRUEFALSE. |
|
Id |
Uniqueidentifier |
obrigatório |
Valores do tipo UniqueIdentifier. |
|
Imageurl |
RelativeFilePath |
opcional |
Valores do tipo RelativeFilePath. |
|
ImageUrlAltText |
LocalizableString |
opcional |
Valores do tipo LocalizableString. |
|
ReceiverAssembly |
AssemblyStrongName |
opcional |
Valores do tipo AssemblyStrongName. |
|
ReceiverClass |
AssemblyClass |
opcional |
Valores do tipo AssemblyClass. |
|
RequireResources |
TRUEFALSE |
opcional |
Valores do tipo TRUEFALSE. |
|
Escopo |
obrigatório |
Valores do tipo FeatureScope. |
||
Solutionid |
Uniqueidentifier |
opcional |
Valores do tipo UniqueIdentifier. |
|
Título |
LocalizableString |
opcional |
Valores do tipo LocalizableString. |
|
UIVersion |
opcional |
Valores do tipo UIVersion. |
||
Versão |
opcional |
Valores do tipo FeatureVersion. |