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 元素。