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
'Déclaration
ReadOnly Property Original As String
string Original { get; }
property String^ Original {
String^ get ();
}
abstract Original : string
function get Original () : String
Property Value
Type: System.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.