次の方法で共有


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

'宣言
ReadOnly Property Original As String
    Get
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

See Also

Reference

ITokenizedStringList Interface

Microsoft.VisualStudio.Text.Differencing Namespace