windows.webAccountProvider 型のアプリ拡張ポイントを宣言します。
要素の階層
<パッケージ>
<アプリケーション>
<Application>
<拡張機能>
<uap2:Extension>
<uap2:WebAccountProvider>
構文
<uap2:WebAccountProvider
Url = 'A string with a value between 1 and 32767 characters in length in the form of a valid web url.'
BackgroundEntryPoint = 'A string with a value between 1 and 256 characters in length.'
DisplayName = 'A string with a value between 1 and 256 characters in length.'
DisplayPurpose = 'A string with a value between 1 and 2048 characters in length.'
Square44x44Logo = 'A string with a value between 1 and 256 characters in length that ends with ".jpg", ".png", or ".jpeg" that cannot contain these characters: <, >, :, ", |, ?, or *. In this string, the / and \ characters cannot be the first or last characters.' >
<!-- Child Elements -->
uap2:managedUrls?
</uap2:webAccountProvider>
属性と要素
属性
属性 |
説明 |
データ型 |
必須 |
既定値 |
Url |
プラグインが Cookie を送信できる URL を指定します。 |
有効な Web URL の形式の長さが 1 ~ 32767 文字の文字列。 |
Yes |
|
BackgroundEntryPoint |
アクティブ化可能なクラス ID。 |
長さが 1 ~ 256 文字の値を持つ文字列。 |
Yes |
|
DisplayName |
ユーザーに表示できるフレンドリ名 |
長さが 1 ~ 256 文字の値を持つ文字列。 この文字列はローカライズ可能です。 |
いいえ |
|
DisplayPurpose |
アカウント プロバイダーの目的を表します。 |
長さが 1 ~ 2048 文字の文字列。 |
いいえ |
|
Square44x44Logo |
イメージを含むファイルへのパス |
長さが 1 ~ 256 文字の文字列。末尾が 、、または の文字> | ? " : < を含めることはできません。* .jpeg .png .jpg この文字列では、 / 文字と \ 文字を先頭または最後の文字にすることはできません。 |
いいえ |
|
子要素
子要素 |
説明 |
uap2:ManagedUrls |
複数の URL のサポートを提供します。 プラグインが Cookie を送信する可能性がある複数の URL を指定できるようにします。 |
親要素
必要条件
Item |
値 |
Namespace |
http://schemas.microsoft.com/appx/manifest/uap/windows10/2 |
Minimum OS Version |
Windows 10 バージョン 1511 (ビルド 10586) |