ObjectNode.GetRecognizedString 方法
从识别操作返回 ObjectNode 的最佳结果字符串。
命名空间: 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
来自 ObjectNode 识别的最佳结果字符串。
备注
如果 InkAnalyzer 未识别出字符串值,则 GetRecognizedString 返回空字符串。
示例
下面的示例将 GetRecognizedString 的结果放入 TextBox(名为 selectedResultsTextBox)的 Text 属性中。
selectedResultsTextBox.Text = selectedObject.GetRecognizedString()
selectedResultsTextBox.Text = selectedObject.GetRecognizedString();
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0