ISharePointProjectItemEvents 介面

定義與 ISharePointProjectItem 物件相關的事件。

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

語法

'宣告
Public Interface ISharePointProjectItemEvents
public interface ISharePointProjectItemEvents

ISharePointProjectItemEvents 型別會公開下列成員。

事件

  名稱 說明
公用事件 DeploymentStepCompleted 發生於完成 ISharePointProjectItem 執行個體的部署步驟時。
公用事件 DeploymentStepStarted 發生於啟動 ISharePointProjectItem 執行個體的部署步驟時。
公用事件 ProjectItemAdded 發生於加入新的 ISharePointProjectItem 執行個體時。
公用事件 ProjectItemDisposing 發生於將要處置 ISharePointProjectItem 執行個體時。
公用事件 ProjectItemInitialized 發生於初始化 ISharePointProjectItem 執行個體時。
公用事件 ProjectItemMenuItemsRequested 發生於要求內容功能表項目的 ISharePointProjectItem 執行個體時。
公用事件 ProjectItemNameChanged 發生於重新命名 ISharePointProjectItem 執行個體時。
公用事件 ProjectItemOpen 發生於開啟 SharePoint 專案項目資料夾時。
公用事件 ProjectItemPropertiesRequested 發生於要求 ISharePointProjectItem 執行個體中的屬性時。
公用事件 ProjectItemPropertyChanged 發生於變更 ISharePointProjectItem 執行個體中的屬性值時。
公用事件 ProjectItemRemoved 發生於移除 ISharePointProjectItem 執行個體時。

回頁首

備註

實作物件,會定義這些事件發生的內容。所有事件中的發送者都應該是與事件相關的 ISharePointProjectItem 執行個體。

請參閱

參考

Microsoft.VisualStudio.SharePoint 命名空間