SPSolutionValidator.OnRestore 方法

正在还原系统时,将调用的事件。

命名空间:  Microsoft.SharePoint.UserCode
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overrides Function OnRestore ( _
    sender As Object, _
    info As SPRestoreInformation _
) As Boolean
用法
Dim instance As SPSolutionValidator
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean

returnValue = instance.OnRestore(sender, _
    info)
public override bool OnRestore(
    Object sender,
    SPRestoreInformation info
)

参数

返回值

类型:System.Boolean
如果成功地完成 ;否则,将返回 false。

实现

IBackupRestore.OnRestore(Object, SPRestoreInformation)
IBackupRestore.OnRestore(Object, SPRestoreInformation)

备注

此函数不应调用任何除备份/恢复过程。

另请参阅

引用

SPSolutionValidator 类

SPSolutionValidator 成员

Microsoft.SharePoint.UserCode 命名空间