Share via


IDeploymentConflict.Resolve Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Resolves the deployment conflict represented by the current instance, if possible.

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

Syntax

'Declaration
Function Resolve As Boolean
bool Resolve()

Return Value

Type: System.Boolean
True if resolution was successful; otherwise, false.

Remarks

When you call this method, Visual Studio executes the method that you passed to the resolve parameter of the [M:Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConflictCollection.Add(System.String,System.Func`2,System.Boolean)] method.

.NET Framework Security

See Also

Reference

IDeploymentConflict Interface

Microsoft.VisualStudio.SharePoint.Deployment Namespace