Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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
- 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.