你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 元素。