Microsoft.Common.TextBlock UI 要素

ポータルのインターフェイスにテキストを追加するために使用できるコントロールです。

UI サンプル

ポータル インターフェイスの Microsoft.Common.TextBlock 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"

次のステップ