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)

Syntax

'Declaration
ReadOnly Property RightDecomposition As ITokenizedStringList
ITokenizedStringList RightDecomposition { get; }
property ITokenizedStringList^ RightDecomposition {
    ITokenizedStringList^ get ();
}
abstract RightDecomposition : ITokenizedStringList with get
function get RightDecomposition () : ITokenizedStringList

Property Value

Type: Microsoft.VisualStudio.Text.Differencing.ITokenizedStringList
The ITokenizedStringList.

Remarks

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

.NET Framework Security

See Also

Reference

IHierarchicalDifferenceCollection Interface

Microsoft.VisualStudio.Text.Differencing Namespace