DeploymentRuleHandler.CompareAttribute 方法

定义

public:
 virtual int CompareAttribute(Microsoft::Web::Deployment::DeploymentSyncContext ^ syncContext, Microsoft::Web::Deployment::DeploymentObject ^ destinationObject, Microsoft::Web::Deployment::DeploymentObjectAttribute ^ destinationAttribute, Microsoft::Web::Deployment::DeploymentObject ^ sourceObject, Microsoft::Web::Deployment::DeploymentObjectAttribute ^ sourceAttribute, int currentComparison);
public virtual int CompareAttribute(Microsoft.Web.Deployment.DeploymentSyncContext syncContext, Microsoft.Web.Deployment.DeploymentObject destinationObject, Microsoft.Web.Deployment.DeploymentObjectAttribute destinationAttribute, Microsoft.Web.Deployment.DeploymentObject sourceObject, Microsoft.Web.Deployment.DeploymentObjectAttribute sourceAttribute, int currentComparison);
abstract member CompareAttribute : Microsoft.Web.Deployment.DeploymentSyncContext * Microsoft.Web.Deployment.DeploymentObject * Microsoft.Web.Deployment.DeploymentObjectAttribute * Microsoft.Web.Deployment.DeploymentObject * Microsoft.Web.Deployment.DeploymentObjectAttribute * int -> int
override this.CompareAttribute : Microsoft.Web.Deployment.DeploymentSyncContext * Microsoft.Web.Deployment.DeploymentObject * Microsoft.Web.Deployment.DeploymentObjectAttribute * Microsoft.Web.Deployment.DeploymentObject * Microsoft.Web.Deployment.DeploymentObjectAttribute * int -> int
Public Overridable Function CompareAttribute (syncContext As DeploymentSyncContext, destinationObject As DeploymentObject, destinationAttribute As DeploymentObjectAttribute, sourceObject As DeploymentObject, sourceAttribute As DeploymentObjectAttribute, currentComparison As Integer) As Integer

参数

syncContext
DeploymentSyncContext
destinationObject
DeploymentObject
destinationAttribute
DeploymentObjectAttribute
sourceObject
DeploymentObject
sourceAttribute
DeploymentObjectAttribute
currentComparison
Int32

返回

适用于