uap:DialProtocol (Windows 10)
宣告 windows.dialProtocol類型的應用程式擴充點。
元素階層
<uap:DialProtocol>
Syntax
<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 個字元的字串,可以包含數位、大寫和小寫字母、句號 (. ) 、加上符號 + () 或連字號 (- ) 。 字串開頭不能是句點 (. ) 。 |
Yes |
子元素
無。
父元素
父元素 | 描述 |
---|---|
uap:Extension | 宣告應用程式的擴充點。 |
範例
<Extension
Category="windows.dialProtocol">
<uap:DialProtocol
Name="Contoso"/>
</Extension>
規格需求
Item | 值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
OS 最低版本 | Windows 10版本 1511 (組建 10586) |