Поделиться через


RootNode.GetRecognizedString - метод

Обновлен: Ноябрь 2007

Returns the best result string of the recognition operation for the RootNode.

Пространство имен:  System.Windows.Ink
Сборка:  IAWinFX (в IAWinFX.dll)

Синтаксис

'Декларация
Public Function GetRecognizedString As String
'Применение
Dim instance As RootNode
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 RootNode.

Примеры

The following example takes the result of GetRecognizedString from a RootNode named theRootNode, and sets the Text property of a TextBox named theResultTextBox.

theResultsTextBox.Text = theRootNode.GetRecognizedString()
theResultsTextBox.Text = theRootNode.GetRecognizedString();

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

RootNode Класс

RootNode - члены

System.Windows.Ink - пространство имен