uap:DialProtocol (Windows 10)
windows.dialProtocol 型のアプリ拡張ポイントを宣言します。
要素の階層
<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 文字の文字列。 文字列をピリオド (. ) で始めることはできません。 |
Yes |
子要素
なし。
親要素
親要素 | 説明 |
---|---|
uap:Extension | アプリの拡張ポイントを宣言します。 |
例
<Extension
Category="windows.dialProtocol">
<uap:DialProtocol
Name="Contoso"/>
</Extension>
必要条件
Item | 値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 バージョン 1511 (ビルド 10586) |