IDeploymentConflict Interface
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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Resolve | Resolves the deployment conflict represented by the current instance, if possible. |
Top
Events
Name | Description | |
---|---|---|
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.