IHierarchicalDifferenceCollection.RightDecomposition Property

Definition

Get the original right tokenized list.

public:
 property Microsoft::VisualStudio::Text::Differencing::ITokenizedStringList ^ RightDecomposition { Microsoft::VisualStudio::Text::Differencing::ITokenizedStringList ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.ITokenizedStringList RightDecomposition { get; }
member this.RightDecomposition : Microsoft.VisualStudio.Text.Differencing.ITokenizedStringList
Public ReadOnly Property RightDecomposition As ITokenizedStringList

Property Value

The ITokenizedStringList.

Remarks

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

Applies to