ObjectNode.GetRecognizedString - метод
Обновлен: Ноябрь 2007
Returns the best-result string for the ObjectNode from the recognition operation.
Пространство имен: System.Windows.Ink
Сборка: IAWinFX (в IAWinFX.dll)
Синтаксис
'Декларация
Public Function GetRecognizedString As String
'Применение
Dim instance As ObjectNode
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 from the ObjectNode recognition.
Заметки
If the InkAnalyzer does not recognize a string value, GetRecognizedString returns an empty string.
Примеры
The following example puts the results of GetRecognizedString into the Text property of a TextBox, selectedResultsTextBox.
selectedResultsTextBox.Text = selectedObject.GetRecognizedString()
selectedResultsTextBox.Text = selectedObject.GetRecognizedString();
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0