Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Configures your add-in to activate based on supported events. Child of the ExtensionPoint element. For more information, see Activate add-ins with events.
Add-in type: Document, Mail, Presentation, Workbook
Valid only in these VersionOverrides schemas:
- Mail 1.1
- Task pane 1.0
For more information, see Version overrides in the add-in only manifest.
Syntax
<ExtensionPoint xsi:type="LaunchEvent">
<LaunchEvents>
<LaunchEvent Type="OnNewMessageCompose" FunctionName="onMessageComposeHandler"/>
<LaunchEvent Type="OnNewAppointmentOrganizer" FunctionName="onAppointmentComposeHandler"/>
</LaunchEvents>
<!-- Identifies the runtime to be used (also referenced by the Runtime element). -->
<SourceLocation resid="WebViewRuntime.Url"/>
</ExtensionPoint>
Contained in
- ExtensionPoint (<LaunchEvent> add-in)
Child elements
| Element | Required | Description |
|---|---|---|
| LaunchEvent | Yes | Map supported event to its function in the JavaScript file for add-in activation. |
See also
Office Add-ins