IDeployableFile.DeploymentTypeChanged 事件

在更改 DeploymentType 时发生。

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
Event DeploymentTypeChanged As EventHandler(Of DeploymentTypeChangedEventArgs)
event EventHandler<DeploymentTypeChangedEventArgs> DeploymentTypeChanged

备注

DeploymentType 属性更改后通常紧跟 DeploymentPathChanged 事件。

在 DeploymentTypeChanged 事件处理程序中,您只能访问 DeploymentPath 属性的旧值。

.NET Framework 安全性

请参见

参考

IDeployableFile 接口

Microsoft.VisualStudio.SharePoint 命名空间