IDeploymentConflict Interface

Definition

Represents a conflict between items being deployed by a SharePoint project item and items on the SharePoint site.

public interface class IDeploymentConflict : System::ComponentModel::INotifyPropertyChanged
public interface IDeploymentConflict : System.ComponentModel.INotifyPropertyChanged
type IDeploymentConflict = interface
    interface INotifyPropertyChanged
Public Interface IDeploymentConflict
Implements INotifyPropertyChanged
Implements

Remarks

To create a new IDeploymentConflict object to handle a deployment conflict, use the Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConflictCollection.Add method. For an example, see How to: Handle Deployment Conflicts.

Properties

Description

The description of the deployment conflict.

ProjectItem

The SharePoint project item that is associated with this deployment conflict.

PromptBeforeResolve

Indicates whether to prompt the user before executing the Resolve() method.

Methods

Resolve()

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

Applies to