LanguageSpecificContent.ContentTemplate 属性
获取或设置用于填充LanguageSpecificContent控件的内容的模板。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<TemplateInstanceAttribute(TemplateInstance.Single)> _
<TemplateContainerAttribute(GetType(LanguageSpecificContent))> _
Public Property ContentTemplate As ITemplate
Get
Set
用法
Dim instance As LanguageSpecificContent
Dim value As ITemplate
value = instance.ContentTemplate
instance.ContentTemplate = value
[TemplateInstanceAttribute(TemplateInstance.Single)]
[TemplateContainerAttribute(typeof(LanguageSpecificContent))]
public ITemplate ContentTemplate { get; set; }
属性值
类型:System.Web.UI.ITemplate
ITemplate
控件的内容模板。