获取SPMobileGenericListIterator控件的默认模板的名称。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides ReadOnly Property DefaultTemplateName As String
Get
用法
Dim instance As SPMobileGenericListIterator
Dim value As String
value = instance.DefaultTemplateName
public override string DefaultTemplateName { get; }
属性值
类型:System.String
表示默认模板的名称的字符串对象。
备注
SPMobileGenericListIterator控件的默认模板的名称是在%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATES\ControlTemplates\MobileDefaultTemplates.ascx 中定义的"MobileListIterator"。