Partager via


Difference.DifferenceType, propriété

Le type de la différence (ajoutez, supprimez, ou modification).

Espace de noms :  Microsoft.VisualStudio.Text.Differencing
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DifferenceType As DifferenceType
public DifferenceType DifferenceType { get; }
public:
property DifferenceType DifferenceType {
    DifferenceType get ();
}
member DifferenceType : DifferenceType with get
function get DifferenceType () : DifferenceType

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Differencing.DifferenceType
Type de la différence.

Sécurité .NET Framework

Voir aussi

Référence

Difference Classe

Microsoft.VisualStudio.Text.Differencing, espace de noms