uap:DialProtocol (Windows 10)

声明 类型为 windows.dialProtocol 的应用扩展点。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <uap:Extension>

                        <uap:DialProtocol>

语法

<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 (".").' />

特性和元素

属性

属性 说明 数据类型 必须 默认值
名称 应用的注册 DIAL 名称。 长度介于 2 到 39 个字符之间的值的字符串,可以包含数字、大写字母和小写字母、句点 () . ,加上符号 () + 或短划线 () - 。 字符串不能以句点 (.) 开头。

子元素

无。

父元素

父元素 描述
uap:Extension 声明应用的扩展点。

示例

<Extension
    Category="windows.dialProtocol">
    <uap:DialProtocol
        Name="Contoso"/>
</Extension>

要求

Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10版本 1511 (内部版本 10586)