uap2:WebAccountProvider

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

元素层次结构

<包>

      <应用程序>

            <应用程序>

                  <扩展>

                        <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。 一个字符串,其值长度在 1 到 32767 个字符之间,格式为有效的 Web URL。
BackgroundEntryPoint 可激活的类 ID。 一个字符串,其值长度介于 1 到 256 个字符之间。
DisplayName 可向用户显示的友好名称 一个字符串,其值长度介于 1 到 256 个字符之间。 此字符串可本地化。
DisplayPurpose 表示帐户提供程序的用途。 长度介于 1 到 2048 个字符之间的字符串。
Square44x44Logo 包含图像的文件的路径 一个字符串,其值长度在 1 到 256 个字符之间,以 、 或 结尾,不能包含以下字符:<、、>:"|、、 ?*.jpeg.png.jpg 在此字符串中, /\ 字符不能是第一个或最后一个字符。

子元素

子元素 描述
uap2:ManagedUrls 提供对多个 URL 的支持。 允许插件指定可向其发送 Cookie 的多个 URL。

父元素

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

要求

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