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 | |
---|---|---|
DifferenceSearchResult | Initializes a new instance of the DifferenceSearchResult class. |
Top
Properties
Name | Description | |
---|---|---|
Current | The difference that contains the point requested. May be null. | |
CurrentIndex | The index in the difference collection of the difference that contains the point requested. May be -1. | |
Next | The difference after the point requested. May be null. | |
NextIndex | The index in the difference collection of the difference after the point requested. May be -1. | |
Previous | The difference before the point requested. May be null. | |
PreviousIndex | The index in the difference collection of the difference before the point requested. May be -1. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.