ISharePointProjectEvents 介面

定義與 ISharePointProject 物件相關的事件。 實作物件,會定義這些事件發生的內容。

命名空間:  Microsoft.VisualStudio.SharePoint
組件:  Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)

語法

'宣告
Public Interface ISharePointProjectEvents
public interface ISharePointProjectEvents

ISharePointProjectEvents 型別會公開下列成員。

事件

  名稱 說明
公用事件 DeploymentCompleted 在您部署 ISharePointProject 執行個體之後發生。
公用事件 DeploymentStarted 在您開始部署 ISharePointProject 執行個體之後發生。
公用事件 ProjectAdded 發生於加入新的 ISharePointProject 執行個體時。
公用事件 ProjectDisposing 發生於處置 ISharePointProject 執行個體時。
公用事件 ProjectInitialized 發生於初始化 ISharePointProject 執行個體時。
公用事件 ProjectMenuItemsRequested 發生於從 ISharePointProject 執行個體要求內容功能表項目時。
公用事件 ProjectNameChanged 發生於重新命名 ISharePointProject 執行個體時。
公用事件 ProjectPropertiesRequested 發生於查詢 ISharePointProject 執行個體中的屬性時。
公用事件 ProjectPropertyChanged 發生於變更 ISharePointProject 執行個體中的專案屬性值時。
公用事件 ProjectRemoved 發生於移除 ISharePointProject 執行個體時。

回頁首

備註

所有事件中的發送者都應該是與事件相關的 ISharePointProject 執行個體。

請參閱

參考

Microsoft.VisualStudio.SharePoint 命名空間