IDeploymentConflict.Resolve 方法

更新:2010 年 5 月

如果可能,将解决当前实例所表示的部署冲突。

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

语法

声明
Function Resolve As Boolean
bool Resolve()

返回值

类型:System.Boolean
如果解决成功,则为 True ;否则为 false。

备注

调用此方法时,Visual Studio 将执行您传递了 Add 方法的 resolve 参数的方法。

.NET Framework 安全性

请参见

参考

IDeploymentConflict 接口

Microsoft.VisualStudio.SharePoint.Deployment 命名空间

修订记录

Date

修订记录

原因

2010 年 5 月

添加了新注释。

信息补充。