DifferenceMappingMode Enum

Definition

The mapping modes that can be used when mapping points inside a difference between the left and right snapshots.

public enum class DifferenceMappingMode
public enum class DifferenceMappingMode
enum DifferenceMappingMode
public enum DifferenceMappingMode
type DifferenceMappingMode = 
Public Enum DifferenceMappingMode
Inheritance
DifferenceMappingMode

Fields

End 2

Map any point in a difference to the end of the corresponding difference in the other snapshot.

LineColumn 1

Map any point in a difference to the corresponding line/column of the corresponding difference in the other snapshot.

Start 0

Map any point in a difference to the start of the corresponding difference in the other snapshot.

Applies to