Current Property

The difference that contains the point requested. May be null.

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

Syntax

'Declaration
Public Property Current As Difference
    Get
    Set
'Usage
Dim instance As DifferenceSearchResult
Dim value As Difference

value = instance.Current

instance.Current = value
public Difference Current { get; set; }
public:
property Difference^ Current {
    Difference^ get ();
    void set (Difference^ value);
}
member Current : Difference with get, set
function get Current () : Difference
function set Current (value : Difference)

Property Value

Type: Difference

See Also

Reference

DifferenceSearchResult Class

Microsoft.VisualStudio.Data.Tools.Delta Namespace