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 요소를 참조하세요.