IExplorerNodeTypeProvider 接口

为**“服务器资源管理器”“SharePoint 连接”**节点层次结构中的新节点类型的定义。

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

语法

声明
Public Interface IExplorerNodeTypeProvider
public interface IExplorerNodeTypeProvider

IExplorerNodeTypeProvider 类型公开以下成员。

方法

  名称 说明
公共方法 InitializeType 初始化新节点类型。

页首

备注

实现此接口创建新的节点类型。 有关更多信息,请参见 如何:向服务器资源管理器添加自定义 SharePoint 节点

实现此接口的类必须包括要通过 Visual Studio 发现的 System.ComponentModel.Composition.ExportAttributeExplorerNodeTypeAttribute

示例

Date

修订记录

原因

2010 年 5 月

添加了新注释,该注释链接到显示如何实现此接口的主题

信息补充。

请参见

参考

Microsoft.VisualStudio.SharePoint.Explorer 命名空间