IHierarchicalDifferenceCollection::RightDecomposition Property

 

Get the original right tokenized list.

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

property ITokenizedStringList^ RightDecomposition {
	ITokenizedStringList^ get();
}

This is the same as IDifferenceCollection.RightSequence, except that it is typed as a ITokenizedStringList.

Return to top
Show: