ISharePointConnection 接口
提供可用于从 Visual Studio 中的 SharePoint 工具扩展执行调入 SharePoint 服务器对象模型的 SharePoint 命令的方法。
命名空间: Microsoft.VisualStudio.SharePoint
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface ISharePointConnection
public interface ISharePointConnection
方法
名称 | 说明 | |
---|---|---|
ExecuteCommand(String) | 使用指定的标识符执行 SharePoint 命令。 | |
ExecuteCommand<TResult>(String) | 使用指定的标识符和返回值类型执行 SharePoint 命令。 | |
ExecuteCommand<T>(String, T) | 使用指定的标识符和参数类型执行 SharePoint 命令。 | |
ExecuteCommand<T, TResult>(String, T) | 使用指定的标识符、参数类型和返回值类型执行 SharePoint 命令。 |
页首
备注
SharePoint 命令是一些方法,SharePoint 工具扩展可使用这些方法调用 SharePoint 服务器对象模型。 定义 SharePoint 命令后,您可以通过获取 ISharePointConnection 对象,然后调用 ExecuteCommand 方法之一来执行它。 有关更多信息,请参见 如何:执行 SharePoint 命令。
请参见
参考
Microsoft.VisualStudio.SharePoint 命名空间