IMapFileUpgradeAction 接口

表示一个升级操作,该操作将非自定义文件重新映射到 SharePoint Web 前端 (WFE) 服务器文件系统上的其他安装路径。

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

语法

声明
Public Interface IMapFileUpgradeAction _
    Inherits IDiscreteUpgradeAction, IUpgradeAction, IObservableModelElement
public interface IMapFileUpgradeAction : IDiscreteUpgradeAction, 
    IUpgradeAction, IObservableModelElement

IMapFileUpgradeAction 类型公开以下成员。

属性

  名称 说明
公共属性 ActionType 获取升级操作的类型。 (继承自 IDiscreteUpgradeAction。)
公共属性 Description 获取或设置升级操作的作用的说明。 (继承自 IUpgradeAction。)
公共属性 FromPath 获取或设置 SharePoint AllDocs 表中文件的安装路径。
公共属性 ToPath 获取或设置 SharePoint AllDocs 表中安装路径的新值。

页首

事件

  名称 说明
公共事件 PropertyChanged 在 DSL 模型元素更改后发生。 (继承自 IObservableModelElement。)
公共事件 PropertyChanging 在更改 DSL 模型元素时发生。 (继承自 IObservableModelElement。)

页首

备注

有关升级功能的更多信息,请参见 Upgrading Features(升级功能)。

请参见

参考

Microsoft.VisualStudio.SharePoint.Features 命名空间