定义与 ISharePointProjectItem 对象相关的事件。
命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface ISharePointProjectItemEvents
public interface ISharePointProjectItemEvents
ISharePointProjectItemEvents 类型公开以下成员。
事件
| 名称 | 说明 | |
|---|---|---|
| .gif) | DeploymentStepCompleted | 在对 ISharePointProjectItem 实例完成部署步骤时发生。 | 
| .gif) | DeploymentStepStarted | 在对 ISharePointProjectItem 实例启动部署步骤时发生。 | 
| .gif) | ProjectItemAdded | 在添加新 ISharePointProjectItem 实例时发生。 | 
| .gif) | ProjectItemDisposing | 在即将释放 ISharePointProjectItem 实例时发生。 | 
| .gif) | ProjectItemInitialized | 在初始化 ISharePointProjectItem 实例时发生。 | 
| .gif) | ProjectItemMenuItemsRequested | 在请求 ISharePointProjectItem 实例的上下文菜单项时发生。 | 
| .gif) | ProjectItemNameChanged | 在重命名 ISharePointProjectItem 实例时发生。 | 
| .gif) | ProjectItemOpen | 在打开 SharePoint 项目项文件夹时发生。 | 
| .gif) | ProjectItemPropertiesRequested | 在请求 ISharePointProjectItem 实例的属性时发生。 | 
| .gif) | ProjectItemPropertyChanged | 在 ISharePointProjectItem 实例中的属性值更改时发生。 | 
| .gif) | ProjectItemRemoved | 在移除 ISharePointProjectItem 实例时发生。 | 
页首
备注
实现对象定义发生这些事件的上下文。 所有事件中的发送方都应为与该事件相关的 ISharePointProjectItem 实例。