Microsoft.VisualStudio.SharePoint.Explorer 命名空间
Microsoft.VisualStudio.SharePoint.Explorer 命名空间包含一些类型,它们可用于在**“服务器资源管理器”**中扩展 SharePoint 节点,或者用于定义新节点类型。有关更多信息,请参见 扩展服务器资源管理器中的“SharePoint 连接”节点。
虽然此命名空间中的大多数类型都是接口,但是只有以下接口适合在您的代码中实现:
IExplorerNodeTypeExtension:实现此接口来扩展**“服务器资源管理器”**中现有类型的 SharePoint 节点。有关更多信息,请参见 如何:扩展服务器资源管理器中的 SharePoint 节点。
IExplorerNodeTypeProvider:实现此接口来定义**“服务器资源管理器”**中新类型的 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)的信息。 |