命名空间: Microsoft.VisualStudio.SharePoint.Deployment
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Function Add ( _
description As String, _
resolve As Func<(Of <<'(ISharePointProjectItem, Boolean>)>>), _
promptBeforeResolve As Boolean _
) As IDeploymentConflict
IDeploymentConflict Add(
string description,
Func<(Of <<'(ISharePointProjectItem, Boolean>)>>) resolve,
bool promptBeforeResolve
)
参数
- description
类型:System.String
- resolve
类型:System.Func<ISharePointProjectItem, Boolean>
- promptBeforeResolve
类型:System.Boolean
返回值
类型:Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConflict
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。