InkAnalyzerBase.GetRecognizedString 方法
返回对墨迹分析器中整个上下文节点树的识别操作的最佳结果字符串。
命名空间: System.Windows.Ink.AnalysisCore
程序集: IACore(在 IACore.dll 中)
语法
声明
Public Function GetRecognizedString As String
用法
Dim instance As InkAnalyzerBase
Dim returnValue As String
returnValue = instance.GetRecognizedString()
public string GetRecognizedString()
public:
String^ GetRecognizedString()
public String GetRecognizedString()
public function GetRecognizedString() : String
返回值
类型:System.String
对墨迹分析器中整个上下文节点树的识别操作的最佳结果字符串。
备注
该返回值与使用值为 RecognizedString 的 propertyDataId 参数调用 RootNode 对象的 GetPropertyData 方法时的返回值相同。
示例
下面的示例获取来自 InkAnalyzerBase (theInkAnalyzer) 的 GetRecognizedString 的结果,并设置 System.Windows.Forms.TextBox (theResultsTextBox) 的文本。
theResultsTextBox.Text = theInkAnalyzerBase.GetRecognizedString()
theResultsTextBox.Text = theInkAnalyzerBase.GetRecognizedString();
平台
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0