Nota
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare ad accedere o a cambiare directory.
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare a cambiare directory.
Defines the location of a resource needed by the following elements.
LaunchEventextension point in Excel, Outlook, PowerPoint, and Word.- <Script> or <Page> elements used by custom functions in Excel.
- <ReportPhishingCustomization> element,
DetectedEntityextension point, orModuleextension point in Outlook.
Important
This article only refers to the <SourceLocation> that's a child of the following:
- <Page>, <Script>, or <ReportPhishingCustomization> elements
DetectedEntity,LaunchEvent, orModuleextension points
For information about the <SourceLocation> element of the base manifest, see SourceLocation.
Add-in type: Custom function, Mail
Valid only in these VersionOverrides schemas:
- Taskpane 1.0
- Mail 1.1
For more information, see Version overrides in the add-in only manifest.
Associated with these requirement sets:
Contained in
- ExtensionPoint (DetectedEntity, LaunchEvent, and Module add-ins)
- Page
- ReportPhishingCustomization (Mail add-ins)
- Script
Attributes
| Attribute | Required | Description |
|---|---|---|
| resid | Yes | The name of a URL resource defined in the <Resources> section of the manifest. Can be no more than 32 characters. Important: The resid value of the <SourceLocation> element in a LaunchEvent extension point or <ReportPhishingCustomization> element must match the resid value of the <Runtime> element that represents the browser runtime. For example, if your runtime is defined as <Runtime resid="WebViewRuntime.Url">, specify <SourceLocation resid="WebViewRuntime.Url"/>. |
Child elements
None.
Example
<SourceLocation resid="pageURL"/>