IHierarchicalDifferenceCollection.RightDecomposition Property
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.
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.