IListNodeInfo 接口

提供有关由**“服务器资源管理器”**中节点表示的列表(即 Microsoft.SharePoint.SPList)的信息。

命名空间:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions
程序集:  Microsoft.VisualStudio.SharePoint.Explorer.Extensions(在 Microsoft.VisualStudio.SharePoint.Explorer.Extensions.dll 中)

语法

声明
Public Interface IListNodeInfo
public interface IListNodeInfo

IListNodeInfo 类型公开以下成员。

属性

  名称 说明
公共属性 Category 获取一个 ListCategory 值,该值指定列表所属的类别。
公共属性 DefaultViewUrl 获取列表的默认视图的 URL。
公共属性 Id 获取列表的 ID。
公共属性 IsHidden 获取一个指示是否隐藏列表的值。
公共属性 Title 获取列表的标题。

页首

备注

您可以从表示列表的每个 IExplorerNodeAnnotations 属性检索 IListNodeInfo 对象。 有关更多信息,请参见 扩展服务器资源管理器中的“SharePoint 连接”节点

请参见

参考

Microsoft.VisualStudio.SharePoint.Explorer.Extensions 命名空间