Strokes.ToString 方法
已否决。返回一个表示当前 Strokes 集合的顶 RecognitionResult 对象的字符串。
命名空间: Microsoft.Ink
程序集: Microsoft.Ink(在 Microsoft.Ink.dll 中)
语法
声明
Public Overrides Function ToString As String
用法
Dim instance As Strokes
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
public String ToString()
public override function ToString() : String
返回值
类型:System.String
返回一个表示当前 Strokes 集合的顶 RecognitionResult 对象的字符串。
备注
警告
Strokes.ToString 方法已被否决。不应将它用于书写识别应用程序;但可以用于调试用途。
调用 ToString 方法时,默认 Recognizer 对象对 Strokes 集合执行识别。返回值是当前 Strokes 集合的 RecognitionResult 的 TopAlternate 属性的字符串表示形式。
在以下情况下,Strokes 集合的 ToString 方法返回 nullnull 引用(在 Visual Basic 中为 Nothing)(在 Microsoft Visual Basic.NET 中为 Nothing):
Strokes 集合是空集合。
无法创建默认识别器。
默认识别器不支持自由输入。
备注
返回值不反应相应 Ink 对象生存期中对用户字典或输入区域设置的任何更改。
示例
此 C# 示例在 TextBox 控件 theTextBox 中显示从 Strokes 集合 theStrokes 识别的字符串。
theTextBox.Text = theStrokes.ToString();
此 Visual Basic .NET 示例在 TextBox 控件 theTextBox 中显示从 Strokes 集合 theStrokes 识别的字符串。
theTextBox.Text = theStrokes.ToString()
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0