InkAnalyzer.SaveResults 方法 (ContextNodeCollection)
保存与墨迹分析器关联的特定上下文节点集合的分析结果。
命名空间: Microsoft.Ink
程序集: Microsoft.Ink.Analysis(在 Microsoft.Ink.Analysis.dll 中)
语法
声明
Public Function SaveResults ( _
nodes As ContextNodeCollection _
) As Byte()
用法
Dim instance As InkAnalyzer
Dim nodes As ContextNodeCollection
Dim returnValue As Byte()
returnValue = instance.SaveResults(nodes)
public byte[] SaveResults(
ContextNodeCollection nodes
)
public:
array<unsigned char>^ SaveResults(
ContextNodeCollection^ nodes
)
public byte[] SaveResults(
ContextNodeCollection nodes
)
public function SaveResults(
nodes : ContextNodeCollection
) : byte[]
参数
- nodes
类型:Microsoft.Ink.ContextNodeCollection
要为其保存分析结果的上下文节点集合。
返回值
类型:array<System.Byte[]
一个包含保存的分析结果的 8 位无符号整数数组。
备注
此方法保存 nodes 及其所有上级和后代上下文节点的当前分析结果。
此方法在 nodes 中的任何上下文节点的 ContextNode.PartiallyPopulated 值为 true 时引发异常。
示例
此示例保存 ContextNodeCollection (theSelectedNodes) 的所有分析结果。theInkAnalyzer 为包含 theSelectedNodes 的 InkAnalyzer。theSavedResults 是一个 8 位无符号整数数组,其中存储保存的分析结果。
' Save the results for the selected context nodes.
theSavedResults = Me.theInkAnalyzer.SaveResults(theSelectedNodes)
// Save the results for the selected context nodes.
theSavedResults = this.theInkAnalyzer.SaveResults(theSelectedNodes);
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0