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.
Declares an app extensibility point of type windows.protocol. A URI association indicates that the app is registered to handle URIs with the specified scheme.
- <Extension>
- <Protocol>
<Protocol Name = A string between 2 and 39 characters in length that contains numbers, lowercased letters, dots ('.'), pluses('+'), or hyphens ('-'). The string can't start with a dot ('.').
m:DesiredView? = "default" | "useLess" | "useHalf" | "useMore" | "useMinimum" >
<!-- Child elements -->
( Logo?
& DisplayName?
)
</Protocol>
? optional (zero or one)
& interleave connector (may occur in any order)
| Attribute | Description | Data type | Required | Default value |
|---|---|---|---|---|
| Name | The name of the URI scheme, such as "mailto". This name must be unique for the package. |
A string between 2 and 39 characters in length that contains numbers, lowercased letters, dots ('.'), pluses('+'), or hyphens ('-'). The string can't start with a dot ('.'). | Yes | |
| m:DesiredView | The desired view of the app. Windows Phone: DesiredView isn't supported for Windows Phone. |
This attribute can have one of the following values:
|
No |
| Child Element | Description |
|---|---|
| DisplayName | A friendly name that can be displayed to users. This string is localizable. |
| Logo | A path to a file that contains an image. |
| Parent Element | Description |
|---|---|
| Extension (type: CT_ApplicationExtension) | Declares an extensibility point for the app. |
Tasks How to handle URI activation
Concepts App contracts and extensions
| Value | |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/2010/manifest |