Microsoft.Common.TextBlock UI 元素
可用來將文字新增至入口網站介面的控制項。
UI 範例
結構描述
{
"name": "text1",
"type": "Microsoft.Common.TextBlock",
"visible": true,
"options": {
"text": "Please provide the configuration values for your application.",
"link": {
"label": "Learn more",
"uri": "https://www.microsoft.com"
}
}
}
範例輸出
"Please provide the configuration values for your application. Learn more"
下一步
- 如需建立 UI 定義的簡介,請參閱開始使用 CreateUiDefinition。
- 如需 UI 元素中通用屬性的說明,請參閱 CreateUiDefinition 元素。