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
| Nome | Valor |
|---|---|
| Namespace | http://schemas.microsoft.com/sharepoint/ |
| Arquivo de esquema | apphostwebfeatures.xsd |
| Base da extensão | Nenhum |
Definição
<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>
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 |
|---|---|---|---|---|
Descrição |
LocalizableString |
opcional |
Valores do tipo LocalizableString. |
|
GroupId |
xs:string |
opcional |
Valores do tipo xs:string. |
|
HostWebDialog |
TRUEFALSE |
opcional |
Valores do tipo TRUEFALSE. |
|
HostWebDialogHeight |
xs:int |
opcional |
Valores do tipo xs:int. |
|
HostWebDialogWidth |
xs:int |
opcional |
Valores do tipo xs:int. |
|
Id |
Uniqueidentifier |
opcional |
Valores do tipo UniqueIdentifier. |
|
Imageurl |
LocalizableString |
opcional |
Valores do tipo LocalizableString. |
|
Local |
opcional |
Valores do tipo CustomActionLocations. |
||
RegistrationId |
xs:string |
opcional |
Valores do tipo xs:string. |
|
RegistrationType |
opcional |
Valores do tipo CustomActionRegistrationType. |
||
RequireSiteAdministrator |
TRUEFALSE |
opcional |
Valores do tipo TRUEFALSE. |
|
Rights |
xs:string |
opcional |
Valores do tipo xs:string. |
|
Sequência |
Sequência |
opcional |
Valores do tipo Sequência. |
|
ShowInReadOnlyContentTypes |
TRUEFALSE |
opcional |
Valores do tipo TRUEFALSE. |
|
ShowInSealedContentTypes |
TRUEFALSE |
opcional |
Valores do tipo TRUEFALSE. |
|
Título |
LocalizableString |
opcional |
Valores do tipo LocalizableString. |
|
UIVersion |
opcional |
Valores do tipo UIVersion. |