IExplorerNodeContext 接口

定义

提供可用于与 IExplorerNode 对象的关联 SharePoint 站点交互的成员。

public interface class IExplorerNodeContext
public interface IExplorerNodeContext
type IExplorerNodeContext = interface
Public Interface IExplorerNodeContext

注解

Context使用 对象的 属性IExplorerNode获取此接口的实例。

属性

SharePointConnection

获取 ISharePointConnection 对象,该对象可用于执行调入 SharePoint 服务器对象模型的命令。

SiteId

获取此节点关联的 SharePoint 站点 (Microsoft.SharePoint.SPWeb) 的 ID。

SiteUrl

获取此节点关联的 SharePoint 站点 (Microsoft.SharePoint.SPWeb) 的 URL。

方法

CreatePropertySourceObject(IDictionary<String,String>)

创建具有用于公开指定的属性值字典的特殊类型描述符逻辑的对象。

ShowMessageBox(String, MessageBoxButtons, MessageBoxIcon)

显示消息框。

适用于