<labels> (FormXml)

应用到: CRM 2016 on-prem, CRM Online

包含窗体标签定义。

语法

<labels>
 <label />
</labels>

属性和元素

The following describes the attributes, child elements, and parent elements.

属性

此元素不具有属性。

子元素

Element Description

<label> (FormXml)

定义指定语言的标签文本。

父元素

Element Description

<tab> (FormXml)

指定窗体组织中的选项卡元素。

<section> (FormXml)

指定窗体中的一个部分。

<cell> (FormXml)

窗体布局元素。单元格包含要显示的标签和控件。

示例

The following shows an example of the labels element.

<labels>
  <label description="Due Date" languagecode="1033" />
  <label description="入金期日" languagecode="1041" />
  <label description="تاريخ الاستحقاق" languagecode="1025" />
  <label description="Fälligkeitsdatum" languagecode="1031" />
  <label description="Date d"échéance" languagecode="1036" />
  <label description="Fecha de vencimiento" languagecode="3082" />
</labels>

元素信息

Schema Type

FormXmlLabelsType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs/tab/labels |
//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/labels |
//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/rows/row/cell/labels

另请参阅

概念

自定义实体窗体

其他资源

Form XML reference

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.