Share via


IDeploymentConflict.Resolve Method

Definition

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

public:
 bool Resolve();
public bool Resolve ();
abstract member Resolve : unit -> bool
Public Function Resolve () As Boolean

Returns

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 Add method.

Applies to