Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The root element in the manifest of an Office Add-in.
Add-in type: Content, Task pane, Mail
Syntax
<OfficeApp
xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type= ["ContentApp" |"MailApp"| "TaskPaneApp"]>
...
</OfficeApp>
Contained in
None
Must contain
The <OfficeApp> element must contain the following child elements depending on the add-in type.
Element | Content | TaskPane | |
---|---|---|---|
Id | Yes | Yes | Yes |
Version | Yes | Yes | Yes |
ProviderName | Yes | Yes | Yes |
DefaultLocale | Yes | Yes | Yes |
DefaultSettings | Yes | No | Yes |
DisplayName | Yes | Yes | Yes |
Description | Yes | Yes | Yes |
FormSettings | No | Yes | No |
Permissions | Yes | No | Yes |
Rule | No | Yes | No |
Can contain
The <OfficeApp> element can contain the following child elements depending on the add-in type.
Element | Content | TaskPane | |
---|---|---|---|
AlternateId | Yes | Yes | Yes |
IconUrl | Yes | Yes | Yes |
HighResolutionIconUrl | Yes | Yes | Yes |
SupportUrl | Yes | Yes | Yes |
AppDomains | Yes | Yes | Yes |
Hosts | Yes | Yes | Yes |
Requirements | Yes | Yes | Yes |
AllowSnapshot | Yes | No | No |
Permissions | No | Yes | No |
DisableEntityHighlighting | No | Yes | No |
Dictionary | No | No | Yes |
VersionOverrides | Yes | Yes | Yes |
ExtendedOverrides | No | No | Yes |
Attributes
Attribute | Description |
---|---|
xmlns | Defines the Office Add-in manifest namespace and schema version. This attribute should always be set to "http://schemas.microsoft.com/office/appforoffice/1.1" |
xmlns:xsi | Defines the XMLSchema instance. This attribute should always be set to "http://www.w3.org/2001/XMLSchema-instance" |
xsi:type | Defines the kind of Office Add-in. This attribute should be set to one of: "ContentApp" , "MailApp" , or "TaskPaneApp" |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.