InkAnalyzer.GetRecognizedString - метод
Обновлен: Ноябрь 2007
Returns the best-result string for the recognition operation used for the context node tree in the ink analyzer.
Пространство имен: System.Windows.Ink
Сборка: IAWinFX (в IAWinFX.dll)
Синтаксис
'Декларация
Public Function GetRecognizedString As String
'Применение
Dim instance As InkAnalyzer
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 entire context node tree in the ink analyzer.
Заметки
The return value is the same value received when calling the RootNode object's GetPropertyData method with a propertyDataId parameter of RecognizedString.
Примеры
The following example uses the string value GetRecognizedString from a InkAnalyzer named theInkAnalyzer, to set the text for a TextBox named theResultsTextBox.
theResultsTextBox.Text = theInkAnalyzer.GetRecognizedString()
theResultsTextBox.Text = theInkAnalyzer.GetRecognizedString();
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0