Partilhar via


Método IDeploymentConflictCollection.Add

Namespace:  Microsoft.VisualStudio.SharePoint.Deployment
Assembly:  Microsoft.VisualStudio.SharePoint (em Microsoft.VisualStudio.SharePoint.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • resolve
    Tipo: System.Func<ISharePointProjectItem, Boolean>

Valor de retorno

Tipo: Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConflict

Segurança do .NET Framework

Consulte também

Referência

IDeploymentConflictCollection Interface

Namespace Microsoft.VisualStudio.SharePoint.Deployment