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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.