IDeploymentStep 介面
表示 SharePoint 專案的部署步驟。
命名空間: Microsoft.VisualStudio.SharePoint.Deployment
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Public Interface IDeploymentStep
public interface IDeploymentStep
IDeploymentStep 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
CanExecute | 判斷是否可以在目前內容中執行部署步驟。 | |
Execute | 執行部署步驟。 | |
Initialize | 初始化部署步驟。 |
回頁首
備註
實作 IDeploymentStep 介面,以建立 SharePoint 專案的自訂部署步驟。當您部署 SharePoint 專案時,Visual Studio 會執行一系列部署步驟。Visual Studio 包含許多工作的內建部署步驟,例如撤銷和加入方案。不過,您也可以建立自己的部署步驟。如需詳細資訊,請參閱 擴充 SharePoint 封裝和部署和 逐步解說:建立 SharePoint 專案的自訂部署步驟。
部署步驟只有一個,就是對每個 Visual Studio 執行個體進行執行個體化一次。
實作此介面的類別必須包含可由專案系統探索的 System.ComponentModel.Composition.ExportAttribute 和 DeploymentStepAttribute。
請參閱
參考
Microsoft.VisualStudio.SharePoint.Deployment 命名空間