共用方式為


ISharePointConnection 介面

提供可用來執行 SharePoint 命令的方法,該命令會從 Visual Studio 中 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 Command) 是可用來在 SharePoint 工具延伸中呼叫至 SharePoint 伺服器物件模型中的方法。 定義 SharePoint 命令之後,您可以取得 ISharePointConnection 物件並呼叫其中一個 ExecuteCommand 方法來執行它。 如需詳細資訊,請參閱HOW TO:執行 SharePoint 命令

請參閱

參考

Microsoft.VisualStudio.SharePoint 命名空間

其他資源

呼叫 SharePoint 物件模型

HOW TO:建立 SharePoint 命令

HOW TO:執行 SharePoint 命令