IHierarchicalDifferenceCollection.GetContainedDifferences(Int32) Method

Definition

Gets the contained difference collection for the given element, if it has any. This forces an evaluation of the contained differences.

public:
 Microsoft::VisualStudio::Text::Differencing::IHierarchicalDifferenceCollection ^ GetContainedDifferences(int index);
public Microsoft.VisualStudio.Text.Differencing.IHierarchicalDifferenceCollection GetContainedDifferences (int index);
abstract member GetContainedDifferences : int -> Microsoft.VisualStudio.Text.Differencing.IHierarchicalDifferenceCollection
Public Function GetContainedDifferences (index As Integer) As IHierarchicalDifferenceCollection

Parameters

index
Int32

The index at which to compute the contained differences.

Returns

The contained differences at this level, or null if there are none.

Applies to