RootNode.GetRecognizedString 方法
返回对 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
对 RootNode 的识别操作的最佳结果字符串。
示例
下面的示例使用来自名为 theRootNode 的 RootNode 的 GetRecognizedString 的结果,并设置名为 theResultTextBox 的 TextBox 的 Text 属性。
theResultsTextBox.Text = theRootNode.GetRecognizedString()
theResultsTextBox.Text = theRootNode.GetRecognizedString();
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0