IDeploymentStepInfo 介面
包含 SharePoint 專案部署步驟的資訊。
命名空間: Microsoft.VisualStudio.SharePoint.Deployment
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Public Interface IDeploymentStepInfo
public interface IDeploymentStepInfo
IDeploymentStepInfo 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Description | 取得或設定部署步驟的描述。 |
![]() |
Id | 取得或設定部署步驟的識別碼。 |
![]() |
IsReadOnly | 取得值,這個值表示 IDeploymentStepInfo 物件是否為唯讀。 |
![]() |
Name | 取得或設定部署步驟的名稱。 |
![]() |
StatusBarMessage | 取得或設定訊息,即當部署步驟正在執行時顯示於狀態列中的。 |
回頁首
備註
Visual Studio 會將 IDeploymentStepInfo 物件傳遞到 IDeploymentStep 實作的 Initialize 方法。 設定 IDeploymentStepInfo 物件的屬性,以指定名稱、描述,以及部署步驟的其他詳細資料。