IExplorerNodeTypeExtension 接口

表示**“服务器资源管理器”“SharePoint 连接”**节点层次结构中某个节点的扩展。

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

语法

声明
Public Interface IExplorerNodeTypeExtension
public interface IExplorerNodeTypeExtension

IExplorerNodeTypeExtension 类型公开以下成员。

方法

  名称 说明
公共方法 Initialize 初始化节点扩展。

页首

备注

实现此接口来扩展现有的节点类型。有关更多信息,请参见如何:扩展服务器资源管理器中的 SharePoint 节点

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

示例

日期

修订记录

原因

2010 年 5 月

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

信息补充。

请参见

参考

Microsoft.VisualStudio.SharePoint.Explorer 命名空间