IncludeHiddenLists 元素 (SPMetal)

适用于: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

指定为所有隐藏列表生成代码。

<IncludeHiddenLists />

元素和属性

下面各部分介绍了属性、子元素和父元素。

Attributes

无。

子元素

无。

父元素

元素 说明
Web
指定从 SPMetal 生成的 DataContext) 派生 (类 (公共或内部) 的名称和访问级别。

备注

Web 元素不能同时具有 ExcludeOtherLists 元素和 IncludeHiddenLists 元素。

示例

下面是正在使用的 ExcludeOtherLists 元素的示例。 在此情况下,可确保“Team Members”列表是 SPMetal 为其生成属性声明的唯一列表。

<?xml version="1.0" encoding="utf-8"?>
<Web AccessModifier="Internal" xmlns="http://schemas.microsoft.com/SharePoint/2009/spmetal">
  <List Name="Team Members">
    <ContentType Name="Item" Class="TeamMember" />
  </List>
 <IncludeHiddenLists />
</Web>

另请参阅