IHierarchicalDifferenceCollection.HasContainedDifferences Method

Determines whether the Difference at the given index itself contains differences.

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Function HasContainedDifferences ( _
    index As Integer _
) As Boolean
bool HasContainedDifferences(
    int index
)
bool HasContainedDifferences(
    int index
)
abstract HasContainedDifferences : 
        index:int -> bool
function HasContainedDifferences(
    index : int
) : boolean

Parameters

  • index
    Type: System.Int32

    The index at which to check for contained differences.

Return Value

Type: System.Boolean
true if the Difference in question has contained differences, otherwise false.

Remarks

Calling this method forces an evaluation of the contained differences for the given element.

.NET Framework Security

See Also

Reference

IHierarchicalDifferenceCollection Interface

Microsoft.VisualStudio.Text.Differencing Namespace