ITokenizedStringList.Original Property
The original string that was tokenized.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
ReadOnly Property Original As String
string Original { get; }
property String^ Original {
String^ get ();
}
abstract Original : string with get
function get Original () : String
Property Value
Type: String
The original string.
.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.