IHierarchicalDifferenceCollection.LeftDecomposition 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.
Gets the original left tokenized list.
public:
property Microsoft::VisualStudio::Text::Differencing::ITokenizedStringList ^ LeftDecomposition { Microsoft::VisualStudio::Text::Differencing::ITokenizedStringList ^ get(); };
public Microsoft.VisualStudio.Text.Differencing.ITokenizedStringList LeftDecomposition { get; }
member this.LeftDecomposition : Microsoft.VisualStudio.Text.Differencing.ITokenizedStringList
Public ReadOnly Property LeftDecomposition As ITokenizedStringList
Property Value
The ITokenizedStringList.
Remarks
This is the same as IDifferenceCollection.LeftSequence, except that it is typed as an ITokenizedStringList.