PreviousIndex Property
The index in the difference collection of the difference before the point requested. May be -1.
Namespace: Microsoft.VisualStudio.Data.Tools.Delta
Assembly: Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)
Syntax
'Declaration
Public Property PreviousIndex As Integer
Get
Set
'Usage
Dim instance As DifferenceSearchResult
Dim value As Integer
value = instance.PreviousIndex
instance.PreviousIndex = value
public int PreviousIndex { get; set; }
public:
property int PreviousIndex {
int get ();
void set (int value);
}
member PreviousIndex : int with get, set
function get PreviousIndex () : int
function set PreviousIndex (value : int)
Property Value
Type: System..::..Int32