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 命名空间