LineNode.GetRecognizedString - метод
Обновлен: Ноябрь 2007
Returns the best result string of the recognition operation for the LineNode.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink.Analysis (в Microsoft.Ink.Analysis.dll)
Синтаксис
'Декларация
Public Function GetRecognizedString As String
'Применение
Dim instance As LineNode
Dim returnValue As String
returnValue = instance.GetRecognizedString()
public string GetRecognizedString()
public:
String^ GetRecognizedString()
public String GetRecognizedString()
public function GetRecognizedString() : String
Возвращаемое значение
Тип: System.String
The best result string of the recognition operation for the LineNode.
Примеры
The following example takes the result of GetRecognizedString from a LineNode, line, and sets the TextBo property of a TextBox, selectedResultTextBox.
selectedResultsTextBox.Text = line.GetRecognizedString()
selectedResultsTextBox.Text = line.GetRecognizedString();
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0