FieldLabel.DisplayTemplate 属性
获取或设置用于显示模式的ITemplate对象。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<TemplateContainerAttribute(GetType(FormComponent))> _
Public Property DisplayTemplate As ITemplate
Get
Set
用法
Dim instance As FieldLabel
Dim value As ITemplate
value = instance.DisplayTemplate
instance.DisplayTemplate = value
[TemplateContainerAttribute(typeof(FormComponent))]
public ITemplate DisplayTemplate { get; set; }
属性值
类型:System.Web.UI.ITemplate
呈现控件ITemplate对象。
备注
如果它未显式设置为其他状态, DisplayTemplate返回DisplayTemplateName中名为ITemplate对象。
但如果DisplayTemplate设置,其get访问器忽略DisplayTemplateName的值。
也有可能DisplayTemplate被设置为不是通过DisplayTemplateName命名模板。因此,当您的代码设置DisplayTemplate,它还应为相同的ITemplate对象的名称设置DisplayTemplateName 。类似地,当您的代码设置DisplayTemplateName,它还应相同的ITemplate对象设置DisplayTemplate 。
如果两个属性值不一致, DisplayTemplate将确定用于呈现字段的模板。