Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents a conflict between items being deployed by a SharePoint project item and items on the SharePoint site.
Namespace:  Microsoft.VisualStudio.SharePoint.Deployment
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IDeploymentConflict _
    Inherits INotifyPropertyChanged
public interface IDeploymentConflict : INotifyPropertyChanged
The IDeploymentConflict type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Description | The description of the deployment conflict. | 
| .gif) | ProjectItem | The SharePoint project item that is associated with this deployment conflict. | 
| .gif) | PromptBeforeResolve | Indicates whether to prompt the user before executing the Resolve method. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Resolve | Resolves the deployment conflict represented by the current instance, if possible. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top
Remarks
To create a new IDeploymentConflict object to handle a deployment conflict, use the [M:Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConflictCollection.Add(System.String,System.Func`2,System.Boolean)] method. For an example, see How to: Handle Deployment Conflicts.