RootNode.GetNodesFromTextRange Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns a collection of descendant ContextNode objects that are relevant to the specified text range in the recognized string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetNodesFromTextRange(Int32%, Int32%) | Returns a collection of descendant ContextNode objects that are relevant to the specified text range in the recognized string. | |
GetNodesFromTextRange(Int32%, Int32%, ContextNodeCollection) | Returns a collection of descendant ContextNode objects that are relevant to the specified text range in the recognized string within a collection of descendent nodes. |
Top