SPMobileTemplateSelector.DefaultTemplateName 属性

获取当%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\CONTROLTEMPLATES 在任何.ascx 文件中找不到由TemplateNameRenderingTemplate模板时使用的RenderingTemplate模板的 ID。

命名空间:  Microsoft.SharePoint.Mobile.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overrides ReadOnly Property DefaultTemplateName As String
    Get
用法
Dim instance As SPMobileTemplateSelector
Dim value As String

value = instance.DefaultTemplateName
public override string DefaultTemplateName { get; }

属性值

类型:System.String
String 表示RenderingTemplate模板的 ID。

备注

默认实现返回窗体Prefix_Default_Suffix,其中Prefix是Prefix的值, Suffix是Suffix的值的字符串。

另请参阅

引用

SPMobileTemplateSelector 类

SPMobileTemplateSelector 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间