共用方式為


Microsoft.Common.InfoBox UI 元素

可新增資訊方塊的控制項。 此方塊包含重要的文字或警告,可協助使用者了解他們所要提供的值。 它也可以連結至 URI 來提供更多資訊。

UI 範例

顯示重要文字或警告的 Microsoft.Common.InfoBox UI 元素螢幕快照。

結構描述

{
  "name": "text1",
  "type": "Microsoft.Common.InfoBox",
  "visible": true,
  "options": {
    "icon": "None",
    "text": "Nullam eros mi, mollis in sollicitudin non, tincidunt sed enim. Sed et felis metus, rhoncus ornare nibh. Ut at magna leo.",
    "uri": "https://www.microsoft.com"
  }
}

範例輸出

"Nullam eros mi, mollis in sollicitudin non, tincidunt sed enim. Sed et felis metus, rhoncus ornare nibh. Ut at magna leo."

備註

  • 對於 icon,請使用 資訊警告錯誤
  • uri 是選用屬性。

下一步