IHierarchicalDifferenceCollection.GetContainedDifferences(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.