SPMobileListTemplateSelector.BaseType 属性

获取当前列表的列表类型派生的基列表类型的名称。

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

语法

声明
Public Overridable ReadOnly Property BaseType As String
    Get
用法
Dim instance As SPMobileListTemplateSelector
Dim value As String

value = instance.BaseType
public virtual string BaseType { get; }

属性值

类型:System.String
String ,它代表当前列表的基类型的名称。

备注

This property returns the value of the BaseType attribute of the List Element (List).

对比度BaseType与ListType

另请参阅

引用

SPMobileListTemplateSelector 类

SPMobileListTemplateSelector 成员

Microsoft.SharePoint.Mobile.WebControls 命名空间

其他资源

Mobile Page Rendering System