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