共用方式為


Microsoft.Common.Section UI 元素

將標題下方一個或多個元素進行群組的控制項。

UI 範例

具有標題和群組元素的 Microsoft.Common.Section UI 元素螢幕快照。

結構描述

{
  "name": "section1",
  "type": "Microsoft.Common.Section",
  "label": "Example section",
  "elements": [
    {
      "name": "text1",
      "type": "Microsoft.Common.TextBox",
      "label": "Example text box 1"
    },
    {
      "name": "text2",
      "type": "Microsoft.Common.TextBox",
      "label": "Example text box 2"
    }
  ],
  "visible": true
}

備註

  • elements 必須包含至少一個元素,且可以包含 Microsoft.Common.Section 以外的所有元素類型。
  • 此元素不支援 toolTip 屬性。

範例輸出

若要存取 elements 中的元素輸出值,可使用 basics()steps() 函式和點標記法︰

steps('configuration').section1.text1

Microsoft.Common.Section 類型的元素本身沒有任何輸出值。

下一步