IExplorerSiteNodeInfo 接口

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

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

语法

声明
Public Interface IExplorerSiteNodeInfo
public interface IExplorerSiteNodeInfo

IExplorerSiteNodeInfo 类型公开以下成员。

属性

  名称 说明
公共属性 Id 获取由 SharePoint 站点节点表示的 Microsoft.SharePoint.SPWeb 的 ID。
公共属性 IsConnectionRoot 获取一个值,该值指示 SharePoint 站点节点是否为“服务器资源管理器”“SharePoint 连接”节点的直接子级。
公共属性 IsRootWeb 获取一个值,该值指示由 SharePoint 站点节点表示的 Microsoft.SharePoint.SPWeb 是否为其网站集 (Microsoft.SharePoint.SPSite) 的 RootWeb。
公共属性 Title 获取由 SharePoint 站点节点表示的 Microsoft.SharePoint.SPWeb 的名称。
公共属性 Url 获取由 SharePoint 站点节点表示的 Microsoft.SharePoint.SPWeb 的 URL。

页首

备注

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

请参见

参考

Microsoft.VisualStudio.SharePoint.Explorer 命名空间