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)

property String^ Original {
	String^ get();
}

Property Value

Type: System::String^

The original string.

Return to top
Show: