uap:DialProtocol (Windows 10)
Declares an app extensibility point of type windows.dialProtocol.
<uap:DialProtocol>
XML
<uap:DialProtocol
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 (".").' />
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 |
None.
Parent element | Description |
---|---|
uap:Extension | Declares an extensibility point for the app. |
XML
<Extension
Category="windows.dialProtocol">
<uap:DialProtocol
Name="Contoso"/>
</Extension>
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 version 1511 (Build 10586) |