IExplorerNodeContext 接口
提供一些成员,可以使用这些成员与 IExplorerNode 对象的关联 SharePoint 站点进行交互。
命名空间: Microsoft.VisualStudio.SharePoint.Explorer
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface IExplorerNodeContext
public interface IExplorerNodeContext
IExplorerNodeContext 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
SharePointConnection | 获取一个 ISharePointConnection 对象,该对象可用于执行调用到 SharePoint 服务器对象模型中的命令。 | |
SiteId | 获取与节点关联的 SharePoint 站点 (Microsoft.SharePoint.SPWeb) 的 ID。 | |
SiteUrl | 获取此节点关联的 SharePoint 网站 (Microsoft.SharePoint.SPWeb) 的 URL。 |
页首
方法
名称 | 说明 | |
---|---|---|
CreatePropertySourceObject | 创建具有特殊类型描述符逻辑的对象,以便公开属性值的指定字典。 | |
ShowMessageBox | 显示消息框。 |
页首
备注
使用 IExplorerNode 对象的 Context 属性获取此接口的实例。