Microsoft.VisualStudio.SharePoint.Explorer 命名空间

Microsoft.VisualStudio.SharePoint.Explorer 命名空间包含一些类型,它们可用于在**“服务器资源管理器”**中扩展 SharePoint 节点,或者用于定义新节点类型。有关更多信息,请参见 扩展服务器资源管理器中的“SharePoint 连接”节点

虽然此命名空间中的大多数类型都是接口,但是只有以下接口适合在您的代码中实现:

  说明
公共类 ExplorerNodeEventArgs 为与“服务器资源管理器”中 SharePoint 节点相关的多个事件提供数据。
公共类 ExplorerNodeMenuItemsRequestedEventArgs NodeMenuItemsRequested 事件提供数据。
公共类 ExplorerNodePropertiesRequestedEventArgs NodePropertiesRequested 事件提供数据。
公共类 ExplorerNodeTypeAttribute 指示要扩展的“服务器资源管理器”节点,或指定要定义的新“服务器资源管理器”节点的 ID。
公共类 ExplorerNodeTypes “服务器资源管理器”中的多个内置 SharePoint 节点定义 ID。

接口

  接口 说明
公共接口 IExplorerNode 表示“服务器资源管理器”“SharePoint 连接”节点层次结构中的节点。
公共接口 IExplorerNodeCollection 表示 IExplorerNode 对象的集合。
公共接口 IExplorerNodeContext 提供一些成员,可以使用这些成员与 IExplorerNode 对象的关联 SharePoint 站点进行交互。
公共接口 IExplorerNodeEvents 定义由 IExplorerNode 对象引发的事件。
公共接口 IExplorerNodeType “服务器资源管理器”“SharePoint 连接”节点层次结构中的现有节点类型定义行为。
公共接口 IExplorerNodeTypeDefinition “服务器资源管理器”“SharePoint 连接”节点层次结构中的新节点类型定义行为。
公共接口 IExplorerNodeTypeExtension 表示“服务器资源管理器”“SharePoint 连接”节点层次结构中某个节点的扩展。
公共接口 IExplorerNodeTypeProvider “服务器资源管理器”“SharePoint 连接”节点层次结构中的新节点类型的定义。
公共接口 IExplorerSiteNodeInfo 提供有关由“服务器资源管理器”中 SharePoint 站点节点表示的 SharePoint 站点(即 Microsoft.SharePoint.SPWeb)的信息。

请参见

参考

其他资源

扩展服务器资源管理器中的“SharePoint 连接”节点