ISharePointProjectItemFileEvents 接口
定义与 ISharePointProjectItemFile 对象相关的事件。
命名空间: Microsoft.VisualStudio.SharePoint
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface ISharePointProjectItemFileEvents
public interface ISharePointProjectItemFileEvents
ISharePointProjectItemFileEvents 类型公开以下成员。
事件
名称 | 说明 | |
---|---|---|
FileAdded | 在添加新 ISharePointProjectItemFile 实例时发生。 | |
FileDeploymentPathChanged | 在修改 DeploymentPath 属性时发生。 | |
FileDeploymentTypeChanged | 在修改 DeploymentType 属性时发生。 | |
FileNameChanged | 在重命名 ISharePointProjectItemFile 实例时发生。 | |
FilePropertyChanged | 在修改 ISharePointProjectItemFile 实例中的属性值时发生。 | |
FileRemoved | 在移除 ISharePointProjectItemFile 实例时发生。 |
页首
备注
实现对象定义发生这些事件的上下文。所有事件中的发送方都应为与该事件相关的 ISharePointProjectItemFile 实例。