Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The type of the difference (add, remove, or change).
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public ReadOnly Property DifferenceType As DifferenceType
public DifferenceType DifferenceType { get; }
public:
property DifferenceType DifferenceType {
DifferenceType get ();
}
member DifferenceType : DifferenceType
function get DifferenceType () : DifferenceType
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.DifferenceType
The type of the difference.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.