IDeploymentConflict.Resolve Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.