Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declares an app extensibility point of type windows.dialProtocol.
Element hierarchy
<Package>
└─ <Applications>
└─ <Application>
└─ <Extensions>
└─ <uap:Extension>
└─ <uap:DialProtocol>
Syntax
<uap:DialProtocol
Name = 'A required string with a value between 2 and 39 characters in length that can contain numbers, uppercase and lowercase letters, periods (`.`), plus signs (`+`), or dashes (`-`). The string cannot start with a period (`.`).' />
Attributes
| Attribute | Description | Data type | Required | Default value |
|---|---|---|---|---|
| Name | The app's registered DIAL name. | A string with a value between 2 and 39 characters in length that can contain numbers, uppercase and lowercase letters, periods (.), plus signs (+), or dashes (-). The string cannot start with a period (.). |
Yes |
Child elements
None.
Parent elements
| Parent element | Description |
|---|---|
| uap:Extension | Declares an extensibility point for the app. |
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
| Minimum OS Version | Windows 10 version 1511 (Build 10586) |
Remarks
Examples
<Extension
Category="windows.dialProtocol">
<uap:DialProtocol
Name="Contoso"/>
</Extension>