IHierarchicalDifferenceCollection::HasContainedDifferences Method (Int32)
Visual Studio 2015
Determines whether the Difference at the given index itself contains differences.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- index
-
Type:
System::Int32
The index at which to check for contained differences.
Return Value
Type: System::Booleantrue if the Difference in question has contained differences, otherwise false.
Calling this method forces an evaluation of the contained differences for the given element.
Show: