DifferenceSearchResult Class

Search results for find methods on IDifferenceBuffer.

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Delta..::..DifferenceSearchResult

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Public Class DifferenceSearchResult
'Usage
Dim instance As DifferenceSearchResult
public class DifferenceSearchResult
public ref class DifferenceSearchResult
type DifferenceSearchResult =  class end
public class DifferenceSearchResult

The DifferenceSearchResult type exposes the following members.

Constructors

  Name Description
Public method DifferenceSearchResult Initializes a new instance of the DifferenceSearchResult class.

Top

Properties

  Name Description
Public property Current The difference that contains the point requested. May be null.
Public property CurrentIndex The index in the difference collection of the difference that contains the point requested. May be -1.
Public property Next The difference after the point requested. May be null.
Public property NextIndex The index in the difference collection of the difference after the point requested. May be -1.
Public property Previous The difference before the point requested. May be null.
Public property PreviousIndex The index in the difference collection of the difference before the point requested. May be -1.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Delta Namespace