IHierarchicalDifferenceCollection.LeftDecomposition Property
Gets the original left tokenized list.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
ReadOnly Property LeftDecomposition As ITokenizedStringList
ITokenizedStringList LeftDecomposition { get; }
property ITokenizedStringList^ LeftDecomposition {
ITokenizedStringList^ get ();
}
abstract LeftDecomposition : ITokenizedStringList with get
function get LeftDecomposition () : ITokenizedStringList
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.ITokenizedStringList
The ITokenizedStringList.
Remarks
This is the same as IDifferenceCollection.LeftSequence, except that it is typed as a ITokenizedStringList.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.